Shades of Reef Gold #AB9436
Tints of Reef Gold #AB9436
RGB
CMYK
RGB Variations
Color information
#AB9436 (or 0xAB9436) is known color: Reef Gold. HEX triplet: AB, 94 and 36. RGB value is (171,148,54). Sum of RGB (Red+Green+Blue) = 171+148+54=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9436 is #546BC9. Grayscale: #909090. Windows color (decimal): -5532618 or 3577003. OLE color: 3577003.
HSL color Cylindrical-coordinate representation of color #AB9436: hue angle of 48.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB9436 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 54 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.33 |
| HSL | 48.21º | 0.52% | 0.44% | - |
| HSV(B) | 48.21º | 0.68% | 0.67% | - |
| XYZ | 28.05 | 30.1 | 7.82 | - |
| YUV | 144.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 54 | 0 | 0.13 | 0.68 | 0.33 | 48.21 | 0.52 | 0.44 |
| Hex | AB | 94 | 36 | 0 | D | 44 | 21 | 30 | 34 | 2C |
| Octal | 253 | 224 | 66 | 0 | 15 | 104 | 41 | 60 | 64 | 54 |
| Binary | 10101011 | 10010100 | 110110 | 0 | 1101 | 1000100 | 100001 | 110000 | 110100 | 101100 |
Color Harmonies of #AB9436
Complementary color
Monochromatic Colors of #AB9436
Black with #AB9436
Text Example
Text Example
White with #AB9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9436; }
p { color: rgb(171,148,54); }
H1.HeaderClassName
{
color: #AB9436;
}
.AnyTagClassName
{
color: #AB9436;
}
</style>
background-color css
<style>
a { background-color: #AB9436; }
a { background-color: rgb(171,148,54); }
div.DivClassName
{
background-color: #AB9436;
}
.BgClassName
{
background-color: #AB9436;
}
</style>
border-color css
<style>
span { border-color: #AB9436; }
span { border-color: rgb(171,148,54); }
td.TdClassName
{
border-color: #AB9436;
}
.TagClassName
{
border-color: #AB9436;
}
</style>