Shades of Reef Gold #A59233
Tints of Reef Gold #A59233
RGB
CMYK
RGB Variations
Color information
#A59233 (or 0xA59233) is known color: Reef Gold. HEX triplet: A5, 92 and 33. RGB value is (165,146,51). Sum of RGB (Red+Green+Blue) = 165+146+51=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A59233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59233 is #5A6DCC. Grayscale: #8D8D8D. Windows color (decimal): -5926349 or 3379877. OLE color: 3379877.
HSL color Cylindrical-coordinate representation of color #A59233: hue angle of 50º 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 #A59233 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 51 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.35 |
| HSL | 50º | 0.53% | 0.42% | - |
| HSV(B) | 50º | 0.69% | 0.65% | - |
| XYZ | 26.39 | 28.8 | 7.3 | - |
| YUV | 140.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 51 | 0 | 0.12 | 0.69 | 0.35 | 50 | 0.53 | 0.42 |
| Hex | A5 | 92 | 33 | 0 | C | 45 | 23 | 32 | 35 | 2A |
| Octal | 245 | 222 | 63 | 0 | 14 | 105 | 43 | 62 | 65 | 52 |
| Binary | 10100101 | 10010010 | 110011 | 0 | 1100 | 1000101 | 100011 | 110010 | 110101 | 101010 |
Color Harmonies of #A59233
Complementary color
Monochromatic Colors of #A59233
Black with #A59233
Text Example
Text Example
White with #A59233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59233; }
p { color: rgb(165,146,51); }
H1.HeaderClassName
{
color: #A59233;
}
.AnyTagClassName
{
color: #A59233;
}
</style>
background-color css
<style>
a { background-color: #A59233; }
a { background-color: rgb(165,146,51); }
div.DivClassName
{
background-color: #A59233;
}
.BgClassName
{
background-color: #A59233;
}
</style>
border-color css
<style>
span { border-color: #A59233; }
span { border-color: rgb(165,146,51); }
td.TdClassName
{
border-color: #A59233;
}
.TagClassName
{
border-color: #A59233;
}
</style>