Shades of Reef Gold #AB9130
Tints of Reef Gold #AB9130
RGB
CMYK
RGB Variations
Color information
#AB9130 (or 0xAB9130) is known color: Reef Gold. HEX triplet: AB, 91 and 30. RGB value is (171,145,48). Sum of RGB (Red+Green+Blue) = 171+145+48=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9130 is #546ECF. Grayscale: #8E8E8E. Windows color (decimal): -5533392 or 3183019. OLE color: 3183019.
HSL color Cylindrical-coordinate representation of color #AB9130: hue angle of 47.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB9130 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 48 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.33 |
| HSL | 47.32º | 0.56% | 0.43% | - |
| HSV(B) | 47.32º | 0.72% | 0.67% | - |
| XYZ | 27.45 | 29.12 | 6.97 | - |
| YUV | 141.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 48 | 0 | 0.15 | 0.72 | 0.33 | 47.32 | 0.56 | 0.43 |
| Hex | AB | 91 | 30 | 0 | F | 48 | 21 | 2F | 38 | 2B |
| Octal | 253 | 221 | 60 | 0 | 17 | 110 | 41 | 57 | 70 | 53 |
| Binary | 10101011 | 10010001 | 110000 | 0 | 1111 | 1001000 | 100001 | 101111 | 111000 | 101011 |
Color Harmonies of #AB9130
Complementary color
Monochromatic Colors of #AB9130
Black with #AB9130
Text Example
Text Example
White with #AB9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9130; }
p { color: rgb(171,145,48); }
H1.HeaderClassName
{
color: #AB9130;
}
.AnyTagClassName
{
color: #AB9130;
}
</style>
background-color css
<style>
a { background-color: #AB9130; }
a { background-color: rgb(171,145,48); }
div.DivClassName
{
background-color: #AB9130;
}
.BgClassName
{
background-color: #AB9130;
}
</style>
border-color css
<style>
span { border-color: #AB9130; }
span { border-color: rgb(171,145,48); }
td.TdClassName
{
border-color: #AB9130;
}
.TagClassName
{
border-color: #AB9130;
}
</style>