Shades of Reef Gold #A88F2F
Tints of Reef Gold #A88F2F
RGB
CMYK
RGB Variations
Color information
#A88F2F (or 0xA88F2F) is known color: Reef Gold. HEX triplet: A8, 8F and 2F. RGB value is (168,143,47). Sum of RGB (Red+Green+Blue) = 168+143+47=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F2F is #5770D0. Grayscale: #8B8B8B. Windows color (decimal): -5730513 or 3116968. OLE color: 3116968.
HSL color Cylindrical-coordinate representation of color #A88F2F: hue angle of 47.6º 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 #A88F2F is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 47 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.34 |
| HSL | 47.6º | 0.56% | 0.42% | - |
| HSV(B) | 47.6º | 0.72% | 0.66% | - |
| XYZ | 26.48 | 28.17 | 6.73 | - |
| YUV | 139.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 47 | 0 | 0.15 | 0.72 | 0.34 | 47.6 | 0.56 | 0.42 |
| Hex | A8 | 8F | 2F | 0 | F | 48 | 22 | 30 | 38 | 2A |
| Octal | 250 | 217 | 57 | 0 | 17 | 110 | 42 | 60 | 70 | 52 |
| Binary | 10101000 | 10001111 | 101111 | 0 | 1111 | 1001000 | 100010 | 110000 | 111000 | 101010 |
Color Harmonies of #A88F2F
Complementary color
Monochromatic Colors of #A88F2F
Black with #A88F2F
Text Example
Text Example
White with #A88F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F2F; }
p { color: rgb(168,143,47); }
H1.HeaderClassName
{
color: #A88F2F;
}
.AnyTagClassName
{
color: #A88F2F;
}
</style>
background-color css
<style>
a { background-color: #A88F2F; }
a { background-color: rgb(168,143,47); }
div.DivClassName
{
background-color: #A88F2F;
}
.BgClassName
{
background-color: #A88F2F;
}
</style>
border-color css
<style>
span { border-color: #A88F2F; }
span { border-color: rgb(168,143,47); }
td.TdClassName
{
border-color: #A88F2F;
}
.TagClassName
{
border-color: #A88F2F;
}
</style>