Shades of Reef Gold #AB922D
Tints of Reef Gold #AB922D
RGB
CMYK
RGB Variations
Color information
#AB922D (or 0xAB922D) is known color: Reef Gold. HEX triplet: AB, 92 and 2D. RGB value is (171,146,45). Sum of RGB (Red+Green+Blue) = 171+146+45=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB922D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB922D is #546DD2. Grayscale: #8E8E8E. Windows color (decimal): -5533139 or 2986667. OLE color: 2986667.
HSL color Cylindrical-coordinate representation of color #AB922D: hue angle of 48.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB922D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 45 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.33 |
| HSL | 48.1º | 0.58% | 0.42% | - |
| HSV(B) | 48.1º | 0.74% | 0.67% | - |
| XYZ | 27.55 | 29.41 | 6.71 | - |
| YUV | 141.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 45 | 0 | 0.15 | 0.74 | 0.33 | 48.1 | 0.58 | 0.42 |
| Hex | AB | 92 | 2D | 0 | F | 4A | 21 | 30 | 3A | 2A |
| Octal | 253 | 222 | 55 | 0 | 17 | 112 | 41 | 60 | 72 | 52 |
| Binary | 10101011 | 10010010 | 101101 | 0 | 1111 | 1001010 | 100001 | 110000 | 111010 | 101010 |
Color Harmonies of #AB922D
Complementary color
Monochromatic Colors of #AB922D
Black with #AB922D
Text Example
Text Example
White with #AB922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB922D; }
p { color: rgb(171,146,45); }
H1.HeaderClassName
{
color: #AB922D;
}
.AnyTagClassName
{
color: #AB922D;
}
</style>
background-color css
<style>
a { background-color: #AB922D; }
a { background-color: rgb(171,146,45); }
div.DivClassName
{
background-color: #AB922D;
}
.BgClassName
{
background-color: #AB922D;
}
</style>
border-color css
<style>
span { border-color: #AB922D; }
span { border-color: rgb(171,146,45); }
td.TdClassName
{
border-color: #AB922D;
}
.TagClassName
{
border-color: #AB922D;
}
</style>