Shades of Reef Gold #A88A31
Tints of Reef Gold #A88A31
RGB
CMYK
RGB Variations
Color information
#A88A31 (or 0xA88A31) is known color: Reef Gold. HEX triplet: A8, 8A and 31. RGB value is (168,138,49). Sum of RGB (Red+Green+Blue) = 168+138+49=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A31 is #5775CE. Grayscale: #898989. Windows color (decimal): -5731791 or 3246760. OLE color: 3246760.
HSL color Cylindrical-coordinate representation of color #A88A31: hue angle of 44.87º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A88A31 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 49 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.34 |
| HSL | 44.87º | 0.55% | 0.43% | - |
| HSV(B) | 44.87º | 0.71% | 0.66% | - |
| XYZ | 25.79 | 26.72 | 6.7 | - |
| YUV | 136.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 49 | 0 | 0.18 | 0.71 | 0.34 | 44.87 | 0.55 | 0.43 |
| Hex | A8 | 8A | 31 | 0 | 12 | 47 | 22 | 2D | 37 | 2B |
| Octal | 250 | 212 | 61 | 0 | 22 | 107 | 42 | 55 | 67 | 53 |
| Binary | 10101000 | 10001010 | 110001 | 0 | 10010 | 1000111 | 100010 | 101101 | 110111 | 101011 |
Color Harmonies of #A88A31
Complementary color
Monochromatic Colors of #A88A31
Black with #A88A31
Text Example
Text Example
White with #A88A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A31; }
p { color: rgb(168,138,49); }
H1.HeaderClassName
{
color: #A88A31;
}
.AnyTagClassName
{
color: #A88A31;
}
</style>
background-color css
<style>
a { background-color: #A88A31; }
a { background-color: rgb(168,138,49); }
div.DivClassName
{
background-color: #A88A31;
}
.BgClassName
{
background-color: #A88A31;
}
</style>
border-color css
<style>
span { border-color: #A88A31; }
span { border-color: rgb(168,138,49); }
td.TdClassName
{
border-color: #A88A31;
}
.TagClassName
{
border-color: #A88A31;
}
</style>