Shades of Reef Gold #A09533
Tints of Reef Gold #A09533
RGB
CMYK
RGB Variations
Color information
#A09533 (or 0xA09533) is known color: Reef Gold. HEX triplet: A0, 95 and 33. RGB value is (160,149,51). Sum of RGB (Red+Green+Blue) = 160+149+51=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09533 is #5F6ACC. Grayscale: #8D8D8D. Windows color (decimal): -6253261 or 3380640. OLE color: 3380640.
HSL color Cylindrical-coordinate representation of color #A09533: hue angle of 53.94º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A09533 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 51 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.37 |
| HSL | 53.94º | 0.52% | 0.41% | - |
| HSV(B) | 53.94º | 0.68% | 0.63% | - |
| XYZ | 25.84 | 29.21 | 7.41 | - |
| YUV | 141.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 51 | 0 | 0.07 | 0.68 | 0.37 | 53.94 | 0.52 | 0.41 |
| Hex | A0 | 95 | 33 | 0 | 7 | 44 | 25 | 36 | 34 | 29 |
| Octal | 240 | 225 | 63 | 0 | 7 | 104 | 45 | 66 | 64 | 51 |
| Binary | 10100000 | 10010101 | 110011 | 0 | 111 | 1000100 | 100101 | 110110 | 110100 | 101001 |
Color Harmonies of #A09533
Complementary color
Monochromatic Colors of #A09533
Black with #A09533
Text Example
Text Example
White with #A09533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09533; }
p { color: rgb(160,149,51); }
H1.HeaderClassName
{
color: #A09533;
}
.AnyTagClassName
{
color: #A09533;
}
</style>
background-color css
<style>
a { background-color: #A09533; }
a { background-color: rgb(160,149,51); }
div.DivClassName
{
background-color: #A09533;
}
.BgClassName
{
background-color: #A09533;
}
</style>
border-color css
<style>
span { border-color: #A09533; }
span { border-color: rgb(160,149,51); }
td.TdClassName
{
border-color: #A09533;
}
.TagClassName
{
border-color: #A09533;
}
</style>