Shades of Reef Gold #AB972F
Tints of Reef Gold #AB972F
RGB
CMYK
RGB Variations
Color information
#AB972F (or 0xAB972F) is known color: Reef Gold. HEX triplet: AB, 97 and 2F. RGB value is (171,151,47). Sum of RGB (Red+Green+Blue) = 171+151+47=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972F is #5468D0. Grayscale: #919191. Windows color (decimal): -5531857 or 3119019. OLE color: 3119019.
HSL color Cylindrical-coordinate representation of color #AB972F: hue angle of 50.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB972F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 47 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.33 |
| HSL | 50.32º | 0.57% | 0.43% | - |
| HSV(B) | 50.32º | 0.73% | 0.67% | - |
| XYZ | 28.37 | 31 | 7.18 | - |
| YUV | 145.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 47 | 0 | 0.12 | 0.73 | 0.33 | 50.32 | 0.57 | 0.43 |
| Hex | AB | 97 | 2F | 0 | C | 49 | 21 | 32 | 39 | 2B |
| Octal | 253 | 227 | 57 | 0 | 14 | 111 | 41 | 62 | 71 | 53 |
| Binary | 10101011 | 10010111 | 101111 | 0 | 1100 | 1001001 | 100001 | 110010 | 111001 | 101011 |
Color Harmonies of #AB972F
Complementary color
Monochromatic Colors of #AB972F
Black with #AB972F
Text Example
Text Example
White with #AB972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB972F; }
p { color: rgb(171,151,47); }
H1.HeaderClassName
{
color: #AB972F;
}
.AnyTagClassName
{
color: #AB972F;
}
</style>
background-color css
<style>
a { background-color: #AB972F; }
a { background-color: rgb(171,151,47); }
div.DivClassName
{
background-color: #AB972F;
}
.BgClassName
{
background-color: #AB972F;
}
</style>
border-color css
<style>
span { border-color: #AB972F; }
span { border-color: rgb(171,151,47); }
td.TdClassName
{
border-color: #AB972F;
}
.TagClassName
{
border-color: #AB972F;
}
</style>