Shades of Reef Gold #AB912B
Tints of Reef Gold #AB912B
RGB
CMYK
RGB Variations
Color information
#AB912B (or 0xAB912B) is known color: Reef Gold. HEX triplet: AB, 91 and 2B. RGB value is (171,145,43). Sum of RGB (Red+Green+Blue) = 171+145+43=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB912B is #546ED4. Grayscale: #8D8D8D. Windows color (decimal): -5533397 or 2855339. OLE color: 2855339.
HSL color Cylindrical-coordinate representation of color #AB912B: hue angle of 47.81º degrees, saturation: 0.6, 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 #AB912B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 43 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.33 |
| HSL | 47.81º | 0.6% | 0.42% | - |
| HSV(B) | 47.81º | 0.75% | 0.67% | - |
| XYZ | 27.36 | 29.08 | 6.46 | - |
| YUV | 141.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 43 | 0 | 0.15 | 0.75 | 0.33 | 47.81 | 0.6 | 0.42 |
| Hex | AB | 91 | 2B | 0 | F | 4B | 21 | 30 | 3C | 2A |
| Octal | 253 | 221 | 53 | 0 | 17 | 113 | 41 | 60 | 74 | 52 |
| Binary | 10101011 | 10010001 | 101011 | 0 | 1111 | 1001011 | 100001 | 110000 | 111100 | 101010 |
Color Harmonies of #AB912B
Complementary color
Monochromatic Colors of #AB912B
Black with #AB912B
Text Example
Text Example
White with #AB912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB912B; }
p { color: rgb(171,145,43); }
H1.HeaderClassName
{
color: #AB912B;
}
.AnyTagClassName
{
color: #AB912B;
}
</style>
background-color css
<style>
a { background-color: #AB912B; }
a { background-color: rgb(171,145,43); }
div.DivClassName
{
background-color: #AB912B;
}
.BgClassName
{
background-color: #AB912B;
}
</style>
border-color css
<style>
span { border-color: #AB912B; }
span { border-color: rgb(171,145,43); }
td.TdClassName
{
border-color: #AB912B;
}
.TagClassName
{
border-color: #AB912B;
}
</style>