Shades of Reef Gold #A88A32
Tints of Reef Gold #A88A32
RGB
CMYK
RGB Variations
Color information
#A88A32 (or 0xA88A32) is known color: Reef Gold. HEX triplet: A8, 8A and 32. RGB value is (168,138,50). Sum of RGB (Red+Green+Blue) = 168+138+50=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A32 is #5775CD. Grayscale: #898989. Windows color (decimal): -5731790 or 3312296. OLE color: 3312296.
HSL color Cylindrical-coordinate representation of color #A88A32: hue angle of 44.75º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A88A32 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 50 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.34 |
| HSL | 44.75º | 0.54% | 0.43% | - |
| HSV(B) | 44.75º | 0.7% | 0.66% | - |
| XYZ | 25.81 | 26.73 | 6.82 | - |
| YUV | 136.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 50 | 0 | 0.18 | 0.70 | 0.34 | 44.75 | 0.54 | 0.43 |
| Hex | A8 | 8A | 32 | 0 | 12 | 46 | 22 | 2D | 36 | 2B |
| Octal | 250 | 212 | 62 | 0 | 22 | 106 | 42 | 55 | 66 | 53 |
| Binary | 10101000 | 10001010 | 110010 | 0 | 10010 | 1000110 | 100010 | 101101 | 110110 | 101011 |
Color Harmonies of #A88A32
Complementary color
Monochromatic Colors of #A88A32
Black with #A88A32
Text Example
Text Example
White with #A88A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A32; }
p { color: rgb(168,138,50); }
H1.HeaderClassName
{
color: #A88A32;
}
.AnyTagClassName
{
color: #A88A32;
}
</style>
background-color css
<style>
a { background-color: #A88A32; }
a { background-color: rgb(168,138,50); }
div.DivClassName
{
background-color: #A88A32;
}
.BgClassName
{
background-color: #A88A32;
}
</style>
border-color css
<style>
span { border-color: #A88A32; }
span { border-color: rgb(168,138,50); }
td.TdClassName
{
border-color: #A88A32;
}
.TagClassName
{
border-color: #A88A32;
}
</style>