Shades of Golden Brown #A55302
Tints of Golden Brown #A55302
RGB
CMYK
RGB Variations
Color information
#A55302 (or 0xA55302) is known color: Golden Brown. HEX triplet: A5, 53 and 02. RGB value is (165,83,2). Sum of RGB (Red+Green+Blue) = 165+83+2=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A55302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55302 is #5AACFD. Grayscale: #626262. Windows color (decimal): -5942526 or 152485. OLE color: 152485.
HSL color Cylindrical-coordinate representation of color #A55302: hue angle of 29.82º 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 #A55302 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 83 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.35 |
| HSL | 29.82º | 0.98% | 0.33% | - |
| HSV(B) | 29.82º | 0.99% | 0.65% | - |
| XYZ | 18.62 | 14.19 | 1.81 | - |
| YUV | 98.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 2 | 0 | 0.50 | 0.99 | 0.35 | 29.82 | 0.98 | 0.33 |
| Hex | A5 | 53 | 2 | 0 | 32 | 63 | 23 | 1E | 62 | 21 |
| Octal | 245 | 123 | 2 | 0 | 62 | 143 | 43 | 36 | 142 | 41 |
| Binary | 10100101 | 1010011 | 10 | 0 | 110010 | 1100011 | 100011 | 11110 | 1100010 | 100001 |
Color Harmonies of #A55302
Complementary color
Monochromatic Colors of #A55302
Black with #A55302
Text Example
Text Example
White with #A55302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55302; }
p { color: rgb(165,83,2); }
H1.HeaderClassName
{
color: #A55302;
}
.AnyTagClassName
{
color: #A55302;
}
</style>
background-color css
<style>
a { background-color: #A55302; }
a { background-color: rgb(165,83,2); }
div.DivClassName
{
background-color: #A55302;
}
.BgClassName
{
background-color: #A55302;
}
</style>
border-color css
<style>
span { border-color: #A55302; }
span { border-color: rgb(165,83,2); }
td.TdClassName
{
border-color: #A55302;
}
.TagClassName
{
border-color: #A55302;
}
</style>