Shades of Golden Brown #A25308
Tints of Golden Brown #A25308
RGB
CMYK
RGB Variations
Color information
#A25308 (or 0xA25308) is known color: Golden Brown. HEX triplet: A2, 53 and 08. RGB value is (162,83,8). Sum of RGB (Red+Green+Blue) = 162+83+8=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A25308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25308 is #5DACF7. Grayscale: #626262. Windows color (decimal): -6139128 or 545698. OLE color: 545698.
HSL color Cylindrical-coordinate representation of color #A25308: hue angle of 29.22º 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 #A25308 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 8 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.36 |
| HSL | 29.22º | 0.91% | 0.33% | - |
| HSV(B) | 29.22º | 0.95% | 0.64% | - |
| XYZ | 18.04 | 13.89 | 1.96 | - |
| YUV | 98.07 | 77.17 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 8 | 0 | 0.49 | 0.95 | 0.36 | 29.22 | 0.91 | 0.33 |
| Hex | A2 | 53 | 8 | 0 | 31 | 5F | 24 | 1D | 5B | 21 |
| Octal | 242 | 123 | 10 | 0 | 61 | 137 | 44 | 35 | 133 | 41 |
| Binary | 10100010 | 1010011 | 1000 | 0 | 110001 | 1011111 | 100100 | 11101 | 1011011 | 100001 |
Color Harmonies of #A25308
Complementary color
Monochromatic Colors of #A25308
Black with #A25308
Text Example
Text Example
White with #A25308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25308; }
p { color: rgb(162,83,8); }
H1.HeaderClassName
{
color: #A25308;
}
.AnyTagClassName
{
color: #A25308;
}
</style>
background-color css
<style>
a { background-color: #A25308; }
a { background-color: rgb(162,83,8); }
div.DivClassName
{
background-color: #A25308;
}
.BgClassName
{
background-color: #A25308;
}
</style>
border-color css
<style>
span { border-color: #A25308; }
span { border-color: rgb(162,83,8); }
td.TdClassName
{
border-color: #A25308;
}
.TagClassName
{
border-color: #A25308;
}
</style>