Shades of Golden Brown #A25C08
Tints of Golden Brown #A25C08
RGB
CMYK
RGB Variations
Color information
#A25C08 (or 0xA25C08) is known color: Golden Brown. HEX triplet: A2, 5C and 08. RGB value is (162,92,8). Sum of RGB (Red+Green+Blue) = 162+92+8=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C08 is #5DA3F7. Grayscale: #676767. Windows color (decimal): -6136824 or 548002. OLE color: 548002.
HSL color Cylindrical-coordinate representation of color #A25C08: hue angle of 32.73º 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 #A25C08 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 92 | 8 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.36 |
| HSL | 32.73º | 0.91% | 0.33% | - |
| HSV(B) | 32.73º | 0.95% | 0.64% | - |
| XYZ | 18.77 | 15.35 | 2.2 | - |
| YUV | 103.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 8 | 0 | 0.43 | 0.95 | 0.36 | 32.73 | 0.91 | 0.33 |
| Hex | A2 | 5C | 8 | 0 | 2B | 5F | 24 | 21 | 5B | 21 |
| Octal | 242 | 134 | 10 | 0 | 53 | 137 | 44 | 41 | 133 | 41 |
| Binary | 10100010 | 1011100 | 1000 | 0 | 101011 | 1011111 | 100100 | 100001 | 1011011 | 100001 |
Color Harmonies of #A25C08
Complementary color
Monochromatic Colors of #A25C08
Black with #A25C08
Text Example
Text Example
White with #A25C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25C08; }
p { color: rgb(162,92,8); }
H1.HeaderClassName
{
color: #A25C08;
}
.AnyTagClassName
{
color: #A25C08;
}
</style>
background-color css
<style>
a { background-color: #A25C08; }
a { background-color: rgb(162,92,8); }
div.DivClassName
{
background-color: #A25C08;
}
.BgClassName
{
background-color: #A25C08;
}
</style>
border-color css
<style>
span { border-color: #A25C08; }
span { border-color: rgb(162,92,8); }
td.TdClassName
{
border-color: #A25C08;
}
.TagClassName
{
border-color: #A25C08;
}
</style>