Shades of Golden Brown #A26008
Tints of Golden Brown #A26008
RGB
CMYK
RGB Variations
Color information
#A26008 (or 0xA26008) is known color: Golden Brown. HEX triplet: A2, 60 and 08. RGB value is (162,96,8). Sum of RGB (Red+Green+Blue) = 162+96+8=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A26008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26008 is #5D9FF7. Grayscale: #6A6A6A. Windows color (decimal): -6135800 or 549026. OLE color: 549026.
HSL color Cylindrical-coordinate representation of color #A26008: hue angle of 34.29º 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 #A26008 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 8 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.36 |
| HSL | 34.29º | 0.91% | 0.33% | - |
| HSV(B) | 34.29º | 0.95% | 0.64% | - |
| XYZ | 19.13 | 16.06 | 2.32 | - |
| YUV | 105.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 8 | 0 | 0.41 | 0.95 | 0.36 | 34.29 | 0.91 | 0.33 |
| Hex | A2 | 60 | 8 | 0 | 29 | 5F | 24 | 22 | 5B | 21 |
| Octal | 242 | 140 | 10 | 0 | 51 | 137 | 44 | 42 | 133 | 41 |
| Binary | 10100010 | 1100000 | 1000 | 0 | 101001 | 1011111 | 100100 | 100010 | 1011011 | 100001 |
Color Harmonies of #A26008
Complementary color
Monochromatic Colors of #A26008
Black with #A26008
Text Example
Text Example
White with #A26008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26008; }
p { color: rgb(162,96,8); }
H1.HeaderClassName
{
color: #A26008;
}
.AnyTagClassName
{
color: #A26008;
}
</style>
background-color css
<style>
a { background-color: #A26008; }
a { background-color: rgb(162,96,8); }
div.DivClassName
{
background-color: #A26008;
}
.BgClassName
{
background-color: #A26008;
}
</style>
border-color css
<style>
span { border-color: #A26008; }
span { border-color: rgb(162,96,8); }
td.TdClassName
{
border-color: #A26008;
}
.TagClassName
{
border-color: #A26008;
}
</style>