Shades of Golden Brown #A26302
Tints of Golden Brown #A26302
RGB
CMYK
RGB Variations
Color information
#A26302 (or 0xA26302) is known color: Golden Brown. HEX triplet: A2, 63 and 02. RGB value is (162,99,2). Sum of RGB (Red+Green+Blue) = 162+99+2=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A26302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26302 is #5D9CFD. Grayscale: #6B6B6B. Windows color (decimal): -6135038 or 156578. OLE color: 156578.
HSL color Cylindrical-coordinate representation of color #A26302: hue angle of 36.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A26302 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.36 |
| HSL | 36.38º | 0.98% | 0.32% | - |
| HSV(B) | 36.38º | 0.99% | 0.64% | - |
| XYZ | 19.37 | 16.61 | 2.24 | - |
| YUV | 106.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 2 | 0 | 0.39 | 0.99 | 0.36 | 36.38 | 0.98 | 0.32 |
| Hex | A2 | 63 | 2 | 0 | 27 | 63 | 24 | 24 | 62 | 20 |
| Octal | 242 | 143 | 2 | 0 | 47 | 143 | 44 | 44 | 142 | 40 |
| Binary | 10100010 | 1100011 | 10 | 0 | 100111 | 1100011 | 100100 | 100100 | 1100010 | 100000 |
Color Harmonies of #A26302
Complementary color
Monochromatic Colors of #A26302
Black with #A26302
Text Example
Text Example
White with #A26302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26302; }
p { color: rgb(162,99,2); }
H1.HeaderClassName
{
color: #A26302;
}
.AnyTagClassName
{
color: #A26302;
}
</style>
background-color css
<style>
a { background-color: #A26302; }
a { background-color: rgb(162,99,2); }
div.DivClassName
{
background-color: #A26302;
}
.BgClassName
{
background-color: #A26302;
}
</style>
border-color css
<style>
span { border-color: #A26302; }
span { border-color: rgb(162,99,2); }
td.TdClassName
{
border-color: #A26302;
}
.TagClassName
{
border-color: #A26302;
}
</style>