Shades of Reef Gold #AB922E
Tints of Reef Gold #AB922E
RGB
CMYK
RGB Variations
Color information
#AB922E (or 0xAB922E) is known color: Reef Gold. HEX triplet: AB, 92 and 2E. RGB value is (171,146,46). Sum of RGB (Red+Green+Blue) = 171+146+46=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB922E is #546DD1. Grayscale: #8E8E8E. Windows color (decimal): -5533138 or 3052203. OLE color: 3052203.
HSL color Cylindrical-coordinate representation of color #AB922E: hue angle of 48º degrees, saturation: 0.58, 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 #AB922E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 46 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.33 |
| HSL | 48º | 0.58% | 0.43% | - |
| HSV(B) | 48º | 0.73% | 0.67% | - |
| XYZ | 27.57 | 29.41 | 6.81 | - |
| YUV | 142.08 | 73.78 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 46 | 0 | 0.15 | 0.73 | 0.33 | 48 | 0.58 | 0.43 |
| Hex | AB | 92 | 2E | 0 | F | 49 | 21 | 30 | 3A | 2B |
| Octal | 253 | 222 | 56 | 0 | 17 | 111 | 41 | 60 | 72 | 53 |
| Binary | 10101011 | 10010010 | 101110 | 0 | 1111 | 1001001 | 100001 | 110000 | 111010 | 101011 |
Color Harmonies of #AB922E
Complementary color
Monochromatic Colors of #AB922E
Black with #AB922E
Text Example
Text Example
White with #AB922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB922E; }
p { color: rgb(171,146,46); }
H1.HeaderClassName
{
color: #AB922E;
}
.AnyTagClassName
{
color: #AB922E;
}
</style>
background-color css
<style>
a { background-color: #AB922E; }
a { background-color: rgb(171,146,46); }
div.DivClassName
{
background-color: #AB922E;
}
.BgClassName
{
background-color: #AB922E;
}
</style>
border-color css
<style>
span { border-color: #AB922E; }
span { border-color: rgb(171,146,46); }
td.TdClassName
{
border-color: #AB922E;
}
.TagClassName
{
border-color: #AB922E;
}
</style>