Shades of Reef Gold #AB963A
Tints of Reef Gold #AB963A
RGB
CMYK
RGB Variations
Color information
#AB963A (or 0xAB963A) is known color: Reef Gold. HEX triplet: AB, 96 and 3A. RGB value is (171,150,58). Sum of RGB (Red+Green+Blue) = 171+150+58=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB963A is #5469C5. Grayscale: #929292. Windows color (decimal): -5532102 or 3839659. OLE color: 3839659.
HSL color Cylindrical-coordinate representation of color #AB963A: hue angle of 48.85º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB963A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 58 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.33 |
| HSL | 48.85º | 0.49% | 0.45% | - |
| HSV(B) | 48.85º | 0.66% | 0.67% | - |
| XYZ | 28.46 | 30.78 | 8.44 | - |
| YUV | 145.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 58 | 0 | 0.12 | 0.66 | 0.33 | 48.85 | 0.49 | 0.45 |
| Hex | AB | 96 | 3A | 0 | C | 42 | 21 | 31 | 31 | 2D |
| Octal | 253 | 226 | 72 | 0 | 14 | 102 | 41 | 61 | 61 | 55 |
| Binary | 10101011 | 10010110 | 111010 | 0 | 1100 | 1000010 | 100001 | 110001 | 110001 | 101101 |
Color Harmonies of #AB963A
Complementary color
Monochromatic Colors of #AB963A
Black with #AB963A
Text Example
Text Example
White with #AB963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB963A; }
p { color: rgb(171,150,58); }
H1.HeaderClassName
{
color: #AB963A;
}
.AnyTagClassName
{
color: #AB963A;
}
</style>
background-color css
<style>
a { background-color: #AB963A; }
a { background-color: rgb(171,150,58); }
div.DivClassName
{
background-color: #AB963A;
}
.BgClassName
{
background-color: #AB963A;
}
</style>
border-color css
<style>
span { border-color: #AB963A; }
span { border-color: rgb(171,150,58); }
td.TdClassName
{
border-color: #AB963A;
}
.TagClassName
{
border-color: #AB963A;
}
</style>