Shades of Golden Brown #A25F00
Tints of Golden Brown #A25F00
RGB
CMYK
RGB Variations
Color information
#A25F00 (or 0xA25F00) is known color: Golden Brown. HEX triplet: A2, 5F and 00. RGB value is (162,95,0). Sum of RGB (Red+Green+Blue) = 162+95+0=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F00 is #5DA0FF. Grayscale: #686868. Windows color (decimal): -6136064 or 24482. OLE color: 24482.
HSL color Cylindrical-coordinate representation of color #A25F00: hue angle of 35.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A25F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.36 |
| HSL | 35.19º | 1% | 0.32% | - |
| HSV(B) | 35.19º | 1% | 0.64% | - |
| XYZ | 18.99 | 15.87 | 2.06 | - |
| YUV | 104.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 0 | 0 | 0.41 | 1 | 0.36 | 35.19 | 1 | 0.32 |
| Hex | A2 | 5F | 0 | 0 | 29 | 64 | 24 | 23 | 64 | 20 |
| Octal | 242 | 137 | 0 | 0 | 51 | 144 | 44 | 43 | 144 | 40 |
| Binary | 10100010 | 1011111 | 0 | 0 | 101001 | 1100100 | 100100 | 100011 | 1100100 | 100000 |
Color Harmonies of #A25F00
Complementary color
Monochromatic Colors of #A25F00
Black with #A25F00
Text Example
Text Example
White with #A25F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F00; }
p { color: rgb(162,95,0); }
H1.HeaderClassName
{
color: #A25F00;
}
.AnyTagClassName
{
color: #A25F00;
}
</style>
background-color css
<style>
a { background-color: #A25F00; }
a { background-color: rgb(162,95,0); }
div.DivClassName
{
background-color: #A25F00;
}
.BgClassName
{
background-color: #A25F00;
}
</style>
border-color css
<style>
span { border-color: #A25F00; }
span { border-color: rgb(162,95,0); }
td.TdClassName
{
border-color: #A25F00;
}
.TagClassName
{
border-color: #A25F00;
}
</style>