Shades of Reef Gold #A59A33
Tints of Reef Gold #A59A33
RGB
CMYK
RGB Variations
Color information
#A59A33 (or 0xA59A33) is known color: Reef Gold. HEX triplet: A5, 9A and 33. RGB value is (165,154,51). Sum of RGB (Red+Green+Blue) = 165+154+51=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A33 is #5A65CC. Grayscale: #919191. Windows color (decimal): -5924301 or 3381925. OLE color: 3381925.
HSL color Cylindrical-coordinate representation of color #A59A33: hue angle of 54.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A59A33 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 51 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.35 |
| HSL | 54.21º | 0.53% | 0.42% | - |
| HSV(B) | 54.21º | 0.69% | 0.65% | - |
| XYZ | 27.67 | 31.35 | 7.72 | - |
| YUV | 145.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 51 | 0 | 0.07 | 0.69 | 0.35 | 54.21 | 0.53 | 0.42 |
| Hex | A5 | 9A | 33 | 0 | 7 | 45 | 23 | 36 | 35 | 2A |
| Octal | 245 | 232 | 63 | 0 | 7 | 105 | 43 | 66 | 65 | 52 |
| Binary | 10100101 | 10011010 | 110011 | 0 | 111 | 1000101 | 100011 | 110110 | 110101 | 101010 |
Color Harmonies of #A59A33
Complementary color
Monochromatic Colors of #A59A33
Black with #A59A33
Text Example
Text Example
White with #A59A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A33; }
p { color: rgb(165,154,51); }
H1.HeaderClassName
{
color: #A59A33;
}
.AnyTagClassName
{
color: #A59A33;
}
</style>
background-color css
<style>
a { background-color: #A59A33; }
a { background-color: rgb(165,154,51); }
div.DivClassName
{
background-color: #A59A33;
}
.BgClassName
{
background-color: #A59A33;
}
</style>
border-color css
<style>
span { border-color: #A59A33; }
span { border-color: rgb(165,154,51); }
td.TdClassName
{
border-color: #A59A33;
}
.TagClassName
{
border-color: #A59A33;
}
</style>