Shades of Golden Brown #A45F18
Tints of Golden Brown #A45F18
RGB
CMYK
RGB Variations
Color information
#A45F18 (or 0xA45F18) is known color: Golden Brown. HEX triplet: A4, 5F and 18. RGB value is (164,95,24). Sum of RGB (Red+Green+Blue) = 164+95+24=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45F18 is #5BA0E7. Grayscale: #6B6B6B. Windows color (decimal): -6004968 or 1597348. OLE color: 1597348.
HSL color Cylindrical-coordinate representation of color #A45F18: hue angle of 30.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A45F18 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 24 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.36 |
| HSL | 30.43º | 0.74% | 0.37% | - |
| HSV(B) | 30.43º | 0.85% | 0.64% | - |
| XYZ | 19.57 | 16.14 | 2.95 | - |
| YUV | 107.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 24 | 0 | 0.42 | 0.85 | 0.36 | 30.43 | 0.74 | 0.37 |
| Hex | A4 | 5F | 18 | 0 | 2A | 55 | 24 | 1E | 4A | 25 |
| Octal | 244 | 137 | 30 | 0 | 52 | 125 | 44 | 36 | 112 | 45 |
| Binary | 10100100 | 1011111 | 11000 | 0 | 101010 | 1010101 | 100100 | 11110 | 1001010 | 100101 |
Color Harmonies of #A45F18
Complementary color
Monochromatic Colors of #A45F18
Black with #A45F18
Text Example
Text Example
White with #A45F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F18; }
p { color: rgb(164,95,24); }
H1.HeaderClassName
{
color: #A45F18;
}
.AnyTagClassName
{
color: #A45F18;
}
</style>
background-color css
<style>
a { background-color: #A45F18; }
a { background-color: rgb(164,95,24); }
div.DivClassName
{
background-color: #A45F18;
}
.BgClassName
{
background-color: #A45F18;
}
</style>
border-color css
<style>
span { border-color: #A45F18; }
span { border-color: rgb(164,95,24); }
td.TdClassName
{
border-color: #A45F18;
}
.TagClassName
{
border-color: #A45F18;
}
</style>