Shades of Golden Brown #A55F02
Tints of Golden Brown #A55F02
RGB
CMYK
RGB Variations
Color information
#A55F02 (or 0xA55F02) is known color: Golden Brown. HEX triplet: A5, 5F and 02. RGB value is (165,95,2). Sum of RGB (Red+Green+Blue) = 165+95+2=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F02 is #5AA0FD. Grayscale: #696969. Windows color (decimal): -5939454 or 155557. OLE color: 155557.
HSL color Cylindrical-coordinate representation of color #A55F02: hue angle of 34.23º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A55F02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.35 |
| HSL | 34.23º | 0.98% | 0.33% | - |
| HSV(B) | 34.23º | 0.99% | 0.65% | - |
| XYZ | 19.62 | 16.19 | 2.15 | - |
| YUV | 105.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 2 | 0 | 0.42 | 0.99 | 0.35 | 34.23 | 0.98 | 0.33 |
| Hex | A5 | 5F | 2 | 0 | 2A | 63 | 23 | 22 | 62 | 21 |
| Octal | 245 | 137 | 2 | 0 | 52 | 143 | 43 | 42 | 142 | 41 |
| Binary | 10100101 | 1011111 | 10 | 0 | 101010 | 1100011 | 100011 | 100010 | 1100010 | 100001 |
Color Harmonies of #A55F02
Complementary color
Monochromatic Colors of #A55F02
Black with #A55F02
Text Example
Text Example
White with #A55F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F02; }
p { color: rgb(165,95,2); }
H1.HeaderClassName
{
color: #A55F02;
}
.AnyTagClassName
{
color: #A55F02;
}
</style>
background-color css
<style>
a { background-color: #A55F02; }
a { background-color: rgb(165,95,2); }
div.DivClassName
{
background-color: #A55F02;
}
.BgClassName
{
background-color: #A55F02;
}
</style>
border-color css
<style>
span { border-color: #A55F02; }
span { border-color: rgb(165,95,2); }
td.TdClassName
{
border-color: #A55F02;
}
.TagClassName
{
border-color: #A55F02;
}
</style>