Shades of Reef Gold #AB8830
Tints of Reef Gold #AB8830
RGB
CMYK
RGB Variations
Color information
#AB8830 (or 0xAB8830) is known color: Reef Gold. HEX triplet: AB, 88 and 30. RGB value is (171,136,48). Sum of RGB (Red+Green+Blue) = 171+136+48=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8830 is #5477CF. Grayscale: #888888. Windows color (decimal): -5535696 or 3180715. OLE color: 3180715.
HSL color Cylindrical-coordinate representation of color #AB8830: hue angle of 42.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB8830 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 48 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.33 |
| HSL | 42.93º | 0.56% | 0.43% | - |
| HSV(B) | 42.93º | 0.72% | 0.67% | - |
| XYZ | 26.13 | 26.48 | 6.53 | - |
| YUV | 136.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 48 | 0 | 0.20 | 0.72 | 0.33 | 42.93 | 0.56 | 0.43 |
| Hex | AB | 88 | 30 | 0 | 14 | 48 | 21 | 2B | 38 | 2B |
| Octal | 253 | 210 | 60 | 0 | 24 | 110 | 41 | 53 | 70 | 53 |
| Binary | 10101011 | 10001000 | 110000 | 0 | 10100 | 1001000 | 100001 | 101011 | 111000 | 101011 |
Color Harmonies of #AB8830
Complementary color
Monochromatic Colors of #AB8830
Black with #AB8830
Text Example
Text Example
White with #AB8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8830; }
p { color: rgb(171,136,48); }
H1.HeaderClassName
{
color: #AB8830;
}
.AnyTagClassName
{
color: #AB8830;
}
</style>
background-color css
<style>
a { background-color: #AB8830; }
a { background-color: rgb(171,136,48); }
div.DivClassName
{
background-color: #AB8830;
}
.BgClassName
{
background-color: #AB8830;
}
</style>
border-color css
<style>
span { border-color: #AB8830; }
span { border-color: rgb(171,136,48); }
td.TdClassName
{
border-color: #AB8830;
}
.TagClassName
{
border-color: #AB8830;
}
</style>