COLOR #A06A48

HEX: #A06A48 RGB: (160,106,72)

Color info

#A06A48 contains mainly red and green colors. Web safe color of #A06A48 is #996633 (or #963).

RGB color model

#A06A48 color RGB value is (160,106,72).

RGB: (160,106,72) (63%, 42%, 28%)

RGB channels and saturation

R 160 of 255 = 63%
G 106 of 255 = 42%
B 72 of 255 = 28%

160
106
72

R + G + B ~ 44%. #A06A48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 106 + 72 = 338 (100%)
R 160 of 338 ~ 47.34%
G 106 of 338 ~ 31.36%
B 72 of 338 ~ 21.3'%

%47.34
%31.36
%21.3

CMYK color model

#A06A48 color CMYK value is (0,34,55,37).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 55.00%
  • key color value is 37.25%

CMYK: (0,34,55,37)
C0M34Y55K37 (0%, 34%, 55%, 37%)
(0.00 / 0.34 / 0.55 / 0.37)

CMYK percentages

%0
%33.75
%55
%37.25

Codes

Color #A06A48 in popluar color models

A0 6A 48
RGB 160 106 72
HSL 23° 37.93% 45.49%
HSB/HSV 23° 55.00% 62.75%
CMYK 0.00% 33.75% 55.00%
37.25%

Color #A06A48 in popluar number systems.

HEX A0 6A 48
Decimal 160 106 72
Binary 10100000 1101010 1001000
Octal 240 152 110

Shades and tints

Shades of #A06A48

#A06A48
(160,106,72)
#926142
(146,97,66)
#84583C
(132,88,60)
#764F36
(118,79,54)
#684630
(104,70,48)
#5A3D2A
(90,61,42)
#4C3424
(76,52,36)
#3E2B1E
(62,43,30)
#302218
(48,34,24)
#221912
(34,25,18)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #A06A48

#A06A48
(160,106,72)
#A87758
(168,119,88)
#B08468
(176,132,104)
#B89178
(184,145,120)
#C09E88
(192,158,136)
#C8AB98
(200,171,152)
#D0B8A8
(208,184,168)
#D8C5B8
(216,197,184)
#E0D2C8
(224,210,200)
#E8DFD8
(232,223,216)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06A48 color. Also use rgb(160,106,72) instead hex code.

Text Font Color

.myTextColor { color: #A06A48; }

<p style="color:#A06A48">This sample text font color is #A06A48.</p>

This text font color is #A06A48.

Background Color

.myBgColor { background-color: #A06A48; }

<div style="background-color:#A06A48">Inner text</div>

This div background color is #A06A48.

Border color

.myBorderColor { border: 1px solid #A06A48; }

<div style="border:3px solid #A06A48">Div</div>

This div border color is #A06A48.

Opacity

.myOpacity80 { color: #A06A48; opacity: 0.8; }

<p style="color:#A06A48;opacity:0.8;">80%</p>

Text with #A06A48 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A06A48;}

<p style="text-shadow: 3px 3px 1px #A06A48">Text here.</p>

This text has shadow with #A06A48 color.


.textShadow {text-shadow: 3px 3px 1px #A06A48', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A06A48, 5px 5px 20px red">Text here.</p>

This text has shadow with #A06A48 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A06A48, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A06A48, Direction=45, Strength=4)">Text</p>

This text has shadow with #A06A48 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A06A48;
-webkit-box-shadow: 1px 1px 3px 2px #A06A48;
box-shadow: 1px 1px 3px 2px #A06A48;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A06A48; -webkit-box-shadow: 1px 1px 3px 2px #A06A48; box-shadow:1px 1px 3px 2px #A06A48;">
Div content here
</div>

This div box has shadow with color #A06A48.

Preview

Color preview on black background

This text has color #A06A48 on black background.


Color preview on white background

This text has color #A06A48 on white background.


Black color preview on #A06A48 background

This text has black color on #A06A48 background.


White color preview on #A06A48 background

This text has white color on #A06A48 background.


Related colors

Complementary color

Complementary color for #hex is #5F95B7.


I love getcolorcode.com

Triadic colors

1 #48A06A and #6A48A0 with #A06A48 are triadic colors.

2 #486AA0 and #6AA048 with #A06A48 are triadic colors.