Shades of Reef Gold #AB852A
Tints of Reef Gold #AB852A
RGB
CMYK
RGB Variations
Color information
#AB852A (or 0xAB852A) is known color: Reef Gold. HEX triplet: AB, 85 and 2A. RGB value is (171,133,42). Sum of RGB (Red+Green+Blue) = 171+133+42=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB852A is #547AD5. Grayscale: #868686. Windows color (decimal): -5536470 or 2786731. OLE color: 2786731.
HSL color Cylindrical-coordinate representation of color #AB852A: hue angle of 42.33º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB852A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 42 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.33 |
| HSL | 42.33º | 0.61% | 0.42% | - |
| HSV(B) | 42.33º | 0.75% | 0.67% | - |
| XYZ | 25.6 | 25.6 | 5.78 | - |
| YUV | 133.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 42 | 0 | 0.22 | 0.75 | 0.33 | 42.33 | 0.61 | 0.42 |
| Hex | AB | 85 | 2A | 0 | 16 | 4B | 21 | 2A | 3D | 2A |
| Octal | 253 | 205 | 52 | 0 | 26 | 113 | 41 | 52 | 75 | 52 |
| Binary | 10101011 | 10000101 | 101010 | 0 | 10110 | 1001011 | 100001 | 101010 | 111101 | 101010 |
Color Harmonies of #AB852A
Complementary color
Monochromatic Colors of #AB852A
Black with #AB852A
Text Example
Text Example
White with #AB852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB852A; }
p { color: rgb(171,133,42); }
H1.HeaderClassName
{
color: #AB852A;
}
.AnyTagClassName
{
color: #AB852A;
}
</style>
background-color css
<style>
a { background-color: #AB852A; }
a { background-color: rgb(171,133,42); }
div.DivClassName
{
background-color: #AB852A;
}
.BgClassName
{
background-color: #AB852A;
}
</style>
border-color css
<style>
span { border-color: #AB852A; }
span { border-color: rgb(171,133,42); }
td.TdClassName
{
border-color: #AB852A;
}
.TagClassName
{
border-color: #AB852A;
}
</style>