Shades of Reef Gold #A88733
Tints of Reef Gold #A88733
RGB
CMYK
RGB Variations
Color information
#A88733 (or 0xA88733) is known color: Reef Gold. HEX triplet: A8, 87 and 33. RGB value is (168,135,51). Sum of RGB (Red+Green+Blue) = 168+135+51=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A88733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88733 is #5778CC. Grayscale: #878787. Windows color (decimal): -5732557 or 3377064. OLE color: 3377064.
HSL color Cylindrical-coordinate representation of color #A88733: hue angle of 43.08º degrees, saturation: 0.53, 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 #A88733 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 51 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.34 |
| HSL | 43.08º | 0.53% | 0.43% | - |
| HSV(B) | 43.08º | 0.7% | 0.66% | - |
| XYZ | 25.41 | 25.89 | 6.79 | - |
| YUV | 135.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 51 | 0 | 0.20 | 0.70 | 0.34 | 43.08 | 0.53 | 0.43 |
| Hex | A8 | 87 | 33 | 0 | 14 | 46 | 22 | 2B | 35 | 2B |
| Octal | 250 | 207 | 63 | 0 | 24 | 106 | 42 | 53 | 65 | 53 |
| Binary | 10101000 | 10000111 | 110011 | 0 | 10100 | 1000110 | 100010 | 101011 | 110101 | 101011 |
Color Harmonies of #A88733
Complementary color
Monochromatic Colors of #A88733
Black with #A88733
Text Example
Text Example
White with #A88733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88733; }
p { color: rgb(168,135,51); }
H1.HeaderClassName
{
color: #A88733;
}
.AnyTagClassName
{
color: #A88733;
}
</style>
background-color css
<style>
a { background-color: #A88733; }
a { background-color: rgb(168,135,51); }
div.DivClassName
{
background-color: #A88733;
}
.BgClassName
{
background-color: #A88733;
}
</style>
border-color css
<style>
span { border-color: #A88733; }
span { border-color: rgb(168,135,51); }
td.TdClassName
{
border-color: #A88733;
}
.TagClassName
{
border-color: #A88733;
}
</style>