Shades of Golden Brown #A46302
Tints of Golden Brown #A46302
RGB
CMYK
RGB Variations
Color information
#A46302 (or 0xA46302) is known color: Golden Brown. HEX triplet: A4, 63 and 02. RGB value is (164,99,2). Sum of RGB (Red+Green+Blue) = 164+99+2=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A46302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46302 is #5B9CFD. Grayscale: #6B6B6B. Windows color (decimal): -6003966 or 156580. OLE color: 156580.
HSL color Cylindrical-coordinate representation of color #A46302: hue angle of 35.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A46302 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.36 |
| HSL | 35.93º | 0.98% | 0.33% | - |
| HSV(B) | 35.93º | 0.99% | 0.64% | - |
| XYZ | 19.78 | 16.82 | 2.26 | - |
| YUV | 107.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 2 | 0 | 0.40 | 0.99 | 0.36 | 35.93 | 0.98 | 0.33 |
| Hex | A4 | 63 | 2 | 0 | 28 | 63 | 24 | 24 | 62 | 21 |
| Octal | 244 | 143 | 2 | 0 | 50 | 143 | 44 | 44 | 142 | 41 |
| Binary | 10100100 | 1100011 | 10 | 0 | 101000 | 1100011 | 100100 | 100100 | 1100010 | 100001 |
Color Harmonies of #A46302
Complementary color
Monochromatic Colors of #A46302
Black with #A46302
Text Example
Text Example
White with #A46302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46302; }
p { color: rgb(164,99,2); }
H1.HeaderClassName
{
color: #A46302;
}
.AnyTagClassName
{
color: #A46302;
}
</style>
background-color css
<style>
a { background-color: #A46302; }
a { background-color: rgb(164,99,2); }
div.DivClassName
{
background-color: #A46302;
}
.BgClassName
{
background-color: #A46302;
}
</style>
border-color css
<style>
span { border-color: #A46302; }
span { border-color: rgb(164,99,2); }
td.TdClassName
{
border-color: #A46302;
}
.TagClassName
{
border-color: #A46302;
}
</style>