Shades of Reef Gold #A19032
Tints of Reef Gold #A19032
RGB
CMYK
RGB Variations
Color information
#A19032 (or 0xA19032) is known color: Reef Gold. HEX triplet: A1, 90 and 32. RGB value is (161,144,50). Sum of RGB (Red+Green+Blue) = 161+144+50=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A19032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19032 is #5E6FCD. Grayscale: #8A8A8A. Windows color (decimal): -6189006 or 3313825. OLE color: 3313825.
HSL color Cylindrical-coordinate representation of color #A19032: hue angle of 50.81º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A19032 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 50 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.37 |
| HSL | 50.81º | 0.53% | 0.41% | - |
| HSV(B) | 50.81º | 0.69% | 0.63% | - |
| XYZ | 25.25 | 27.75 | 7.04 | - |
| YUV | 138.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 50 | 0 | 0.11 | 0.69 | 0.37 | 50.81 | 0.53 | 0.41 |
| Hex | A1 | 90 | 32 | 0 | B | 45 | 25 | 33 | 35 | 29 |
| Octal | 241 | 220 | 62 | 0 | 13 | 105 | 45 | 63 | 65 | 51 |
| Binary | 10100001 | 10010000 | 110010 | 0 | 1011 | 1000101 | 100101 | 110011 | 110101 | 101001 |
Color Harmonies of #A19032
Complementary color
Monochromatic Colors of #A19032
Black with #A19032
Text Example
Text Example
White with #A19032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19032; }
p { color: rgb(161,144,50); }
H1.HeaderClassName
{
color: #A19032;
}
.AnyTagClassName
{
color: #A19032;
}
</style>
background-color css
<style>
a { background-color: #A19032; }
a { background-color: rgb(161,144,50); }
div.DivClassName
{
background-color: #A19032;
}
.BgClassName
{
background-color: #A19032;
}
</style>
border-color css
<style>
span { border-color: #A19032; }
span { border-color: rgb(161,144,50); }
td.TdClassName
{
border-color: #A19032;
}
.TagClassName
{
border-color: #A19032;
}
</style>