COLOR #A08252

HEX: #A08252
RGB: (160,130,82)

Color info

#A08252 contains mainly red and green colors. Web safe color of #A08252 is #999966 (or #996).

RGB color model

#A08252 color RGB value is (160,130,82).

  • red value is 160;
  • green value is 130;
  • blue value is 82.
RGB:
(160,130,82)
(63%,51%,32%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 82 of 255 = 32%

160
130
82

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

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 82 = 372 (100%)
R 160 of 372 ~ 43.01%
G 130 of 372 ~ 34.95%
B 82 of 372 ~ 22.04%

%43.01
%34.95
%22.04

CMYK color model

#A08252 color CMYK value is (0,19,49,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 48.75%
  • key color value is 37.25%
CMYK:
(0,19,49,37)
C0M19Y49K37 
(0%,19%,49%,37%)
(0.00/0.19/0.49/0.37)	

CMYK percentages

%0
%18.75
%48.75
%37.25

Codes

Color #A08252 in popluar color models

A08252
RGB16013082
HSL37°32.23%47.45%
HSB/HSV37°48.75%62.75%
CMYK0.00%18.75%48.75%
37.25%

Color #A08252 in popluar number systems.

HEXA08252
Decimal16013082
Binary10100000100000101010010
Octal240202122

Shades and tints

Shades of #A08252

#A08252
(160,130,82)
#92774B
(146,119,75)
#846C44
(132,108,68)
#76613D
(118,97,61)
#685636
(104,86,54)
#5A4B2F
(90,75,47)
#4C4028
(76,64,40)
#3E3521
(62,53,33)
#302A1A
(48,42,26)
#221F13
(34,31,19)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #A08252

#A08252
(160,130,82)
#A88D61
(168,141,97)
#B09870
(176,152,112)
#B8A37F
(184,163,127)
#C0AE8E
(192,174,142)
#C8B99D
(200,185,157)
#D0C4AC
(208,196,172)
#D8CFBB
(216,207,187)
#E0DACA
(224,218,202)
#E8E5D9
(232,229,217)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08252 color. Also use rgb(160,130,82) instead hex code.

Text Font Color

.myTextColor { color: #A08252; }

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

This text font color is #A08252.


Background Color

.myBgColor { background-color: #A08252; }

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

This div background color is #A08252.


Border color

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

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

This div border color is #A08252.


Opacity

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

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

Text with #A08252 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 #A08252;}

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

This text has shadow with #A08252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08252 on black background.


Color preview on white background

This text has color #A08252 on white background.



Black color preview on #A08252 background

This text has black color on #A08252 background.


White color preview on #A08252 background

This text has white color on #A08252 background.