Shades of Reef Gold #AB8A2A
Tints of Reef Gold #AB8A2A
RGB
CMYK
RGB Variations
Color information
#AB8A2A (or 0xAB8A2A) is known color: Reef Gold. HEX triplet: AB, 8A and 2A. RGB value is (171,138,42). Sum of RGB (Red+Green+Blue) = 171+138+42=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A2A is #5475D5. Grayscale: #898989. Windows color (decimal): -5535190 or 2788011. OLE color: 2788011.
HSL color Cylindrical-coordinate representation of color #AB8A2A: hue angle of 44.65º 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 #AB8A2A is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 42 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.33 |
| HSL | 44.65º | 0.61% | 0.42% | - |
| HSV(B) | 44.65º | 0.75% | 0.67% | - |
| XYZ | 26.3 | 27 | 6.02 | - |
| YUV | 136.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 42 | 0 | 0.19 | 0.75 | 0.33 | 44.65 | 0.61 | 0.42 |
| Hex | AB | 8A | 2A | 0 | 13 | 4B | 21 | 2D | 3D | 2A |
| Octal | 253 | 212 | 52 | 0 | 23 | 113 | 41 | 55 | 75 | 52 |
| Binary | 10101011 | 10001010 | 101010 | 0 | 10011 | 1001011 | 100001 | 101101 | 111101 | 101010 |
Color Harmonies of #AB8A2A
Complementary color
Monochromatic Colors of #AB8A2A
Black with #AB8A2A
Text Example
Text Example
White with #AB8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A2A; }
p { color: rgb(171,138,42); }
H1.HeaderClassName
{
color: #AB8A2A;
}
.AnyTagClassName
{
color: #AB8A2A;
}
</style>
background-color css
<style>
a { background-color: #AB8A2A; }
a { background-color: rgb(171,138,42); }
div.DivClassName
{
background-color: #AB8A2A;
}
.BgClassName
{
background-color: #AB8A2A;
}
</style>
border-color css
<style>
span { border-color: #AB8A2A; }
span { border-color: rgb(171,138,42); }
td.TdClassName
{
border-color: #AB8A2A;
}
.TagClassName
{
border-color: #AB8A2A;
}
</style>