Shades of Golden Brown #A25B00
Tints of Golden Brown #A25B00
RGB
CMYK
RGB Variations
Color information
#A25B00 (or 0xA25B00) is known color: Golden Brown. HEX triplet: A2, 5B and 00. RGB value is (162,91,0). Sum of RGB (Red+Green+Blue) = 162+91+0=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25B00 is #5DA4FF. Grayscale: #666666. Windows color (decimal): -6137088 or 23458. OLE color: 23458.
HSL color Cylindrical-coordinate representation of color #A25B00: hue angle of 33.7º 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 #A25B00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.36 |
| HSL | 33.7º | 1% | 0.32% | - |
| HSV(B) | 33.7º | 1% | 0.64% | - |
| XYZ | 18.64 | 15.16 | 1.94 | - |
| YUV | 101.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 0 | 0 | 0.44 | 1 | 0.36 | 33.7 | 1 | 0.32 |
| Hex | A2 | 5B | 0 | 0 | 2C | 64 | 24 | 22 | 64 | 20 |
| Octal | 242 | 133 | 0 | 0 | 54 | 144 | 44 | 42 | 144 | 40 |
| Binary | 10100010 | 1011011 | 0 | 0 | 101100 | 1100100 | 100100 | 100010 | 1100100 | 100000 |
Color Harmonies of #A25B00
Complementary color
Monochromatic Colors of #A25B00
Black with #A25B00
Text Example
Text Example
White with #A25B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B00; }
p { color: rgb(162,91,0); }
H1.HeaderClassName
{
color: #A25B00;
}
.AnyTagClassName
{
color: #A25B00;
}
</style>
background-color css
<style>
a { background-color: #A25B00; }
a { background-color: rgb(162,91,0); }
div.DivClassName
{
background-color: #A25B00;
}
.BgClassName
{
background-color: #A25B00;
}
</style>
border-color css
<style>
span { border-color: #A25B00; }
span { border-color: rgb(162,91,0); }
td.TdClassName
{
border-color: #A25B00;
}
.TagClassName
{
border-color: #A25B00;
}
</style>