Shades of Golden Brown #A25F05
Tints of Golden Brown #A25F05
RGB
CMYK
RGB Variations
Color information
#A25F05 (or 0xA25F05) is known color: Golden Brown. HEX triplet: A2, 5F and 05. RGB value is (162,95,5). Sum of RGB (Red+Green+Blue) = 162+95+5=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F05 is #5DA0FA. Grayscale: #696969. Windows color (decimal): -6136059 or 352162. OLE color: 352162.
HSL color Cylindrical-coordinate representation of color #A25F05: hue angle of 34.39º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A25F05 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.36 |
| HSL | 34.39º | 0.94% | 0.33% | - |
| HSV(B) | 34.39º | 0.97% | 0.64% | - |
| XYZ | 19.02 | 15.88 | 2.21 | - |
| YUV | 104.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 5 | 0 | 0.41 | 0.97 | 0.36 | 34.39 | 0.94 | 0.33 |
| Hex | A2 | 5F | 5 | 0 | 29 | 61 | 24 | 22 | 5E | 21 |
| Octal | 242 | 137 | 5 | 0 | 51 | 141 | 44 | 42 | 136 | 41 |
| Binary | 10100010 | 1011111 | 101 | 0 | 101001 | 1100001 | 100100 | 100010 | 1011110 | 100001 |
Color Harmonies of #A25F05
Complementary color
Monochromatic Colors of #A25F05
Black with #A25F05
Text Example
Text Example
White with #A25F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F05; }
p { color: rgb(162,95,5); }
H1.HeaderClassName
{
color: #A25F05;
}
.AnyTagClassName
{
color: #A25F05;
}
</style>
background-color css
<style>
a { background-color: #A25F05; }
a { background-color: rgb(162,95,5); }
div.DivClassName
{
background-color: #A25F05;
}
.BgClassName
{
background-color: #A25F05;
}
</style>
border-color css
<style>
span { border-color: #A25F05; }
span { border-color: rgb(162,95,5); }
td.TdClassName
{
border-color: #A25F05;
}
.TagClassName
{
border-color: #A25F05;
}
</style>