Shades of Reef Gold #AB922B
Tints of Reef Gold #AB922B
RGB
CMYK
RGB Variations
Color information
#AB922B (or 0xAB922B) is known color: Reef Gold. HEX triplet: AB, 92 and 2B. RGB value is (171,146,43). Sum of RGB (Red+Green+Blue) = 171+146+43=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB922B is #546DD4. Grayscale: #8E8E8E. Windows color (decimal): -5533141 or 2855595. OLE color: 2855595.
HSL color Cylindrical-coordinate representation of color #AB922B: hue angle of 48.28º 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 #AB922B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 43 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.33 |
| HSL | 48.28º | 0.6% | 0.42% | - |
| HSV(B) | 48.28º | 0.75% | 0.67% | - |
| XYZ | 27.51 | 29.39 | 6.51 | - |
| YUV | 141.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 43 | 0 | 0.15 | 0.75 | 0.33 | 48.28 | 0.6 | 0.42 |
| Hex | AB | 92 | 2B | 0 | F | 4B | 21 | 30 | 3C | 2A |
| Octal | 253 | 222 | 53 | 0 | 17 | 113 | 41 | 60 | 74 | 52 |
| Binary | 10101011 | 10010010 | 101011 | 0 | 1111 | 1001011 | 100001 | 110000 | 111100 | 101010 |
Color Harmonies of #AB922B
Complementary color
Monochromatic Colors of #AB922B
Black with #AB922B
Text Example
Text Example
White with #AB922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB922B; }
p { color: rgb(171,146,43); }
H1.HeaderClassName
{
color: #AB922B;
}
.AnyTagClassName
{
color: #AB922B;
}
</style>
background-color css
<style>
a { background-color: #AB922B; }
a { background-color: rgb(171,146,43); }
div.DivClassName
{
background-color: #AB922B;
}
.BgClassName
{
background-color: #AB922B;
}
</style>
border-color css
<style>
span { border-color: #AB922B; }
span { border-color: rgb(171,146,43); }
td.TdClassName
{
border-color: #AB922B;
}
.TagClassName
{
border-color: #AB922B;
}
</style>