Shades of Golden Brown #A27208
Tints of Golden Brown #A27208
RGB
CMYK
RGB Variations
Color information
#A27208 (or 0xA27208) is known color: Golden Brown. HEX triplet: A2, 72 and 08. RGB value is (162,114,8). Sum of RGB (Red+Green+Blue) = 162+114+8=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A27208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27208 is #5D8DF7. Grayscale: #747474. Windows color (decimal): -6131192 or 553634. OLE color: 553634.
HSL color Cylindrical-coordinate representation of color #A27208: hue angle of 41.3º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A27208 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.36 |
| HSL | 41.3º | 0.91% | 0.33% | - |
| HSV(B) | 41.3º | 0.95% | 0.64% | - |
| XYZ | 20.96 | 19.73 | 2.93 | - |
| YUV | 116.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 8 | 0 | 0.30 | 0.95 | 0.36 | 41.3 | 0.91 | 0.33 |
| Hex | A2 | 72 | 8 | 0 | 1E | 5F | 24 | 29 | 5B | 21 |
| Octal | 242 | 162 | 10 | 0 | 36 | 137 | 44 | 51 | 133 | 41 |
| Binary | 10100010 | 1110010 | 1000 | 0 | 11110 | 1011111 | 100100 | 101001 | 1011011 | 100001 |
Color Harmonies of #A27208
Complementary color
Monochromatic Colors of #A27208
Black with #A27208
Text Example
Text Example
White with #A27208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27208; }
p { color: rgb(162,114,8); }
H1.HeaderClassName
{
color: #A27208;
}
.AnyTagClassName
{
color: #A27208;
}
</style>
background-color css
<style>
a { background-color: #A27208; }
a { background-color: rgb(162,114,8); }
div.DivClassName
{
background-color: #A27208;
}
.BgClassName
{
background-color: #A27208;
}
</style>
border-color css
<style>
span { border-color: #A27208; }
span { border-color: rgb(162,114,8); }
td.TdClassName
{
border-color: #A27208;
}
.TagClassName
{
border-color: #A27208;
}
</style>