Shades of Reef Gold #AB8632
Tints of Reef Gold #AB8632
RGB
CMYK
RGB Variations
Color information
#AB8632 (or 0xAB8632) is known color: Reef Gold. HEX triplet: AB, 86 and 32. RGB value is (171,134,50). Sum of RGB (Red+Green+Blue) = 171+134+50=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8632 is #5479CD. Grayscale: #878787. Windows color (decimal): -5536206 or 3311275. OLE color: 3311275.
HSL color Cylindrical-coordinate representation of color #AB8632: hue angle of 41.65º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB8632 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 50 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.33 |
| HSL | 41.65º | 0.55% | 0.43% | - |
| HSV(B) | 41.65º | 0.71% | 0.67% | - |
| XYZ | 25.9 | 25.94 | 6.66 | - |
| YUV | 135.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 50 | 0 | 0.22 | 0.71 | 0.33 | 41.65 | 0.55 | 0.43 |
| Hex | AB | 86 | 32 | 0 | 16 | 47 | 21 | 2A | 37 | 2B |
| Octal | 253 | 206 | 62 | 0 | 26 | 107 | 41 | 52 | 67 | 53 |
| Binary | 10101011 | 10000110 | 110010 | 0 | 10110 | 1000111 | 100001 | 101010 | 110111 | 101011 |
Color Harmonies of #AB8632
Complementary color
Monochromatic Colors of #AB8632
Black with #AB8632
Text Example
Text Example
White with #AB8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8632; }
p { color: rgb(171,134,50); }
H1.HeaderClassName
{
color: #AB8632;
}
.AnyTagClassName
{
color: #AB8632;
}
</style>
background-color css
<style>
a { background-color: #AB8632; }
a { background-color: rgb(171,134,50); }
div.DivClassName
{
background-color: #AB8632;
}
.BgClassName
{
background-color: #AB8632;
}
</style>
border-color css
<style>
span { border-color: #AB8632; }
span { border-color: rgb(171,134,50); }
td.TdClassName
{
border-color: #AB8632;
}
.TagClassName
{
border-color: #AB8632;
}
</style>