Shades of Reef Gold #AB8C38
Tints of Reef Gold #AB8C38
RGB
CMYK
RGB Variations
Color information
#AB8C38 (or 0xAB8C38) is known color: Reef Gold. HEX triplet: AB, 8C and 38. RGB value is (171,140,56). Sum of RGB (Red+Green+Blue) = 171+140+56=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C38 is #5473C7. Grayscale: #8C8C8C. Windows color (decimal): -5534664 or 3706027. OLE color: 3706027.
HSL color Cylindrical-coordinate representation of color #AB8C38: hue angle of 43.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB8C38 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 56 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.33 |
| HSL | 43.83º | 0.51% | 0.45% | - |
| HSV(B) | 43.83º | 0.67% | 0.67% | - |
| XYZ | 26.89 | 27.7 | 7.67 | - |
| YUV | 139.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 56 | 0 | 0.18 | 0.67 | 0.33 | 43.83 | 0.51 | 0.45 |
| Hex | AB | 8C | 38 | 0 | 12 | 43 | 21 | 2C | 33 | 2D |
| Octal | 253 | 214 | 70 | 0 | 22 | 103 | 41 | 54 | 63 | 55 |
| Binary | 10101011 | 10001100 | 111000 | 0 | 10010 | 1000011 | 100001 | 101100 | 110011 | 101101 |
Color Harmonies of #AB8C38
Complementary color
Monochromatic Colors of #AB8C38
Black with #AB8C38
Text Example
Text Example
White with #AB8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C38; }
p { color: rgb(171,140,56); }
H1.HeaderClassName
{
color: #AB8C38;
}
.AnyTagClassName
{
color: #AB8C38;
}
</style>
background-color css
<style>
a { background-color: #AB8C38; }
a { background-color: rgb(171,140,56); }
div.DivClassName
{
background-color: #AB8C38;
}
.BgClassName
{
background-color: #AB8C38;
}
</style>
border-color css
<style>
span { border-color: #AB8C38; }
span { border-color: rgb(171,140,56); }
td.TdClassName
{
border-color: #AB8C38;
}
.TagClassName
{
border-color: #AB8C38;
}
</style>