Shades of Reef Gold #A88C2F
Tints of Reef Gold #A88C2F
RGB
CMYK
RGB Variations
Color information
#A88C2F (or 0xA88C2F) is known color: Reef Gold. HEX triplet: A8, 8C and 2F. RGB value is (168,140,47). Sum of RGB (Red+Green+Blue) = 168+140+47=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C2F is #5773D0. Grayscale: #8A8A8A. Windows color (decimal): -5731281 or 3116200. OLE color: 3116200.
HSL color Cylindrical-coordinate representation of color #A88C2F: hue angle of 46.12º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A88C2F is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 47 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.34 |
| HSL | 46.12º | 0.56% | 0.42% | - |
| HSV(B) | 46.12º | 0.72% | 0.66% | - |
| XYZ | 26.04 | 27.29 | 6.58 | - |
| YUV | 137.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 47 | 0 | 0.17 | 0.72 | 0.34 | 46.12 | 0.56 | 0.42 |
| Hex | A8 | 8C | 2F | 0 | 11 | 48 | 22 | 2E | 38 | 2A |
| Octal | 250 | 214 | 57 | 0 | 21 | 110 | 42 | 56 | 70 | 52 |
| Binary | 10101000 | 10001100 | 101111 | 0 | 10001 | 1001000 | 100010 | 101110 | 111000 | 101010 |
Color Harmonies of #A88C2F
Complementary color
Monochromatic Colors of #A88C2F
Black with #A88C2F
Text Example
Text Example
White with #A88C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C2F; }
p { color: rgb(168,140,47); }
H1.HeaderClassName
{
color: #A88C2F;
}
.AnyTagClassName
{
color: #A88C2F;
}
</style>
background-color css
<style>
a { background-color: #A88C2F; }
a { background-color: rgb(168,140,47); }
div.DivClassName
{
background-color: #A88C2F;
}
.BgClassName
{
background-color: #A88C2F;
}
</style>
border-color css
<style>
span { border-color: #A88C2F; }
span { border-color: rgb(168,140,47); }
td.TdClassName
{
border-color: #A88C2F;
}
.TagClassName
{
border-color: #A88C2F;
}
</style>