Shades of Reef Gold #AE8C32
Tints of Reef Gold #AE8C32
RGB
CMYK
RGB Variations
Color information
#AE8C32 (or 0xAE8C32) is known color: Reef Gold. HEX triplet: AE, 8C and 32. RGB value is (174,140,50). Sum of RGB (Red+Green+Blue) = 174+140+50=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C32 is #5173CD. Grayscale: #8C8C8C. Windows color (decimal): -5338062 or 3312814. OLE color: 3312814.
HSL color Cylindrical-coordinate representation of color #AE8C32: hue angle of 43.55º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE8C32 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 50 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.32 |
| HSL | 43.55º | 0.55% | 0.44% | - |
| HSV(B) | 43.55º | 0.71% | 0.68% | - |
| XYZ | 27.41 | 27.99 | 6.97 | - |
| YUV | 139.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 50 | 0 | 0.20 | 0.71 | 0.32 | 43.55 | 0.55 | 0.44 |
| Hex | AE | 8C | 32 | 0 | 14 | 47 | 20 | 2C | 37 | 2C |
| Octal | 256 | 214 | 62 | 0 | 24 | 107 | 40 | 54 | 67 | 54 |
| Binary | 10101110 | 10001100 | 110010 | 0 | 10100 | 1000111 | 100000 | 101100 | 110111 | 101100 |
Color Harmonies of #AE8C32
Complementary color
Monochromatic Colors of #AE8C32
Black with #AE8C32
Text Example
Text Example
White with #AE8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C32; }
p { color: rgb(174,140,50); }
H1.HeaderClassName
{
color: #AE8C32;
}
.AnyTagClassName
{
color: #AE8C32;
}
</style>
background-color css
<style>
a { background-color: #AE8C32; }
a { background-color: rgb(174,140,50); }
div.DivClassName
{
background-color: #AE8C32;
}
.BgClassName
{
background-color: #AE8C32;
}
</style>
border-color css
<style>
span { border-color: #AE8C32; }
span { border-color: rgb(174,140,50); }
td.TdClassName
{
border-color: #AE8C32;
}
.TagClassName
{
border-color: #AE8C32;
}
</style>