Shades of Golden Brown #A25706
Tints of Golden Brown #A25706
RGB
CMYK
RGB Variations
Color information
#A25706 (or 0xA25706) is known color: Golden Brown. HEX triplet: A2, 57 and 06. RGB value is (162,87,6). Sum of RGB (Red+Green+Blue) = 162+87+6=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A25706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25706 is #5DA8F9. Grayscale: #646464. Windows color (decimal): -6138106 or 415650. OLE color: 415650.
HSL color Cylindrical-coordinate representation of color #A25706: hue angle of 31.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25706 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 6 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.36 |
| HSL | 31.15º | 0.93% | 0.33% | - |
| HSV(B) | 31.15º | 0.96% | 0.64% | - |
| XYZ | 18.34 | 14.51 | 2.01 | - |
| YUV | 100.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 6 | 0 | 0.46 | 0.96 | 0.36 | 31.15 | 0.93 | 0.33 |
| Hex | A2 | 57 | 6 | 0 | 2E | 60 | 24 | 1F | 5D | 21 |
| Octal | 242 | 127 | 6 | 0 | 56 | 140 | 44 | 37 | 135 | 41 |
| Binary | 10100010 | 1010111 | 110 | 0 | 101110 | 1100000 | 100100 | 11111 | 1011101 | 100001 |
Color Harmonies of #A25706
Complementary color
Monochromatic Colors of #A25706
Black with #A25706
Text Example
Text Example
White with #A25706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25706; }
p { color: rgb(162,87,6); }
H1.HeaderClassName
{
color: #A25706;
}
.AnyTagClassName
{
color: #A25706;
}
</style>
background-color css
<style>
a { background-color: #A25706; }
a { background-color: rgb(162,87,6); }
div.DivClassName
{
background-color: #A25706;
}
.BgClassName
{
background-color: #A25706;
}
</style>
border-color css
<style>
span { border-color: #A25706; }
span { border-color: rgb(162,87,6); }
td.TdClassName
{
border-color: #A25706;
}
.TagClassName
{
border-color: #A25706;
}
</style>