Shades of Reef Gold #A8882B
Tints of Reef Gold #A8882B
RGB
CMYK
RGB Variations
Color information
#A8882B (or 0xA8882B) is known color: Reef Gold. HEX triplet: A8, 88 and 2B. RGB value is (168,136,43). Sum of RGB (Red+Green+Blue) = 168+136+43=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8882B is #5777D4. Grayscale: #878787. Windows color (decimal): -5732309 or 2853032. OLE color: 2853032.
HSL color Cylindrical-coordinate representation of color #A8882B: hue angle of 44.64º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8882B is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 43 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.34 |
| HSL | 44.64º | 0.59% | 0.41% | - |
| HSV(B) | 44.64º | 0.74% | 0.66% | - |
| XYZ | 25.39 | 26.11 | 5.99 | - |
| YUV | 134.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 43 | 0 | 0.19 | 0.74 | 0.34 | 44.64 | 0.59 | 0.41 |
| Hex | A8 | 88 | 2B | 0 | 13 | 4A | 22 | 2D | 3B | 29 |
| Octal | 250 | 210 | 53 | 0 | 23 | 112 | 42 | 55 | 73 | 51 |
| Binary | 10101000 | 10001000 | 101011 | 0 | 10011 | 1001010 | 100010 | 101101 | 111011 | 101001 |
Color Harmonies of #A8882B
Complementary color
Monochromatic Colors of #A8882B
Black with #A8882B
Text Example
Text Example
White with #A8882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8882B; }
p { color: rgb(168,136,43); }
H1.HeaderClassName
{
color: #A8882B;
}
.AnyTagClassName
{
color: #A8882B;
}
</style>
background-color css
<style>
a { background-color: #A8882B; }
a { background-color: rgb(168,136,43); }
div.DivClassName
{
background-color: #A8882B;
}
.BgClassName
{
background-color: #A8882B;
}
</style>
border-color css
<style>
span { border-color: #A8882B; }
span { border-color: rgb(168,136,43); }
td.TdClassName
{
border-color: #A8882B;
}
.TagClassName
{
border-color: #A8882B;
}
</style>