Shades of Rich Gold #AF581B
Tints of Rich Gold #AF581B
RGB
CMYK
RGB Variations
Color information
#AF581B (or 0xAF581B) is known color: Rich Gold. HEX triplet: AF, 58 and 1B. RGB value is (175,88,27). Sum of RGB (Red+Green+Blue) = 175+88+27=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF581B is #50A7E4. Grayscale: #6B6B6B. Windows color (decimal): -5285861 or 1792175. OLE color: 1792175.
HSL color Cylindrical-coordinate representation of color #AF581B: hue angle of 24.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF581B is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 27 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.31 |
| HSL | 24.73º | 0.73% | 0.4% | - |
| HSV(B) | 24.73º | 0.85% | 0.69% | - |
| XYZ | 21.37 | 16.17 | 3.03 | - |
| YUV | 107.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 27 | 0 | 0.50 | 0.85 | 0.31 | 24.73 | 0.73 | 0.4 |
| Hex | AF | 58 | 1B | 0 | 32 | 55 | 1F | 19 | 49 | 28 |
| Octal | 257 | 130 | 33 | 0 | 62 | 125 | 37 | 31 | 111 | 50 |
| Binary | 10101111 | 1011000 | 11011 | 0 | 110010 | 1010101 | 11111 | 11001 | 1001001 | 101000 |
Color Harmonies of #AF581B
Complementary color
Monochromatic Colors of #AF581B
Black with #AF581B
Text Example
Text Example
White with #AF581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF581B; }
p { color: rgb(175,88,27); }
H1.HeaderClassName
{
color: #AF581B;
}
.AnyTagClassName
{
color: #AF581B;
}
</style>
background-color css
<style>
a { background-color: #AF581B; }
a { background-color: rgb(175,88,27); }
div.DivClassName
{
background-color: #AF581B;
}
.BgClassName
{
background-color: #AF581B;
}
</style>
border-color css
<style>
span { border-color: #AF581B; }
span { border-color: rgb(175,88,27); }
td.TdClassName
{
border-color: #AF581B;
}
.TagClassName
{
border-color: #AF581B;
}
</style>