Shades of Reef Gold #A88A2F
Tints of Reef Gold #A88A2F
RGB
CMYK
RGB Variations
Color information
#A88A2F (or 0xA88A2F) is known color: Reef Gold. HEX triplet: A8, 8A and 2F. RGB value is (168,138,47). Sum of RGB (Red+Green+Blue) = 168+138+47=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A2F is #5775D0. Grayscale: #888888. Windows color (decimal): -5731793 or 3115688. OLE color: 3115688.
HSL color Cylindrical-coordinate representation of color #A88A2F: hue angle of 45.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 #A88A2F is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 47 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.34 |
| HSL | 45.12º | 0.56% | 0.42% | - |
| HSV(B) | 45.12º | 0.72% | 0.66% | - |
| XYZ | 25.75 | 26.71 | 6.49 | - |
| YUV | 136.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 47 | 0 | 0.18 | 0.72 | 0.34 | 45.12 | 0.56 | 0.42 |
| Hex | A8 | 8A | 2F | 0 | 12 | 48 | 22 | 2D | 38 | 2A |
| Octal | 250 | 212 | 57 | 0 | 22 | 110 | 42 | 55 | 70 | 52 |
| Binary | 10101000 | 10001010 | 101111 | 0 | 10010 | 1001000 | 100010 | 101101 | 111000 | 101010 |
Color Harmonies of #A88A2F
Complementary color
Monochromatic Colors of #A88A2F
Black with #A88A2F
Text Example
Text Example
White with #A88A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A2F; }
p { color: rgb(168,138,47); }
H1.HeaderClassName
{
color: #A88A2F;
}
.AnyTagClassName
{
color: #A88A2F;
}
</style>
background-color css
<style>
a { background-color: #A88A2F; }
a { background-color: rgb(168,138,47); }
div.DivClassName
{
background-color: #A88A2F;
}
.BgClassName
{
background-color: #A88A2F;
}
</style>
border-color css
<style>
span { border-color: #A88A2F; }
span { border-color: rgb(168,138,47); }
td.TdClassName
{
border-color: #A88A2F;
}
.TagClassName
{
border-color: #A88A2F;
}
</style>