Shades of Reef Gold #AE902B
Tints of Reef Gold #AE902B
RGB
CMYK
RGB Variations
Color information
#AE902B (or 0xAE902B) is known color: Reef Gold. HEX triplet: AE, 90 and 2B. RGB value is (174,144,43). Sum of RGB (Red+Green+Blue) = 174+144+43=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE902B is #516FD4. Grayscale: #8D8D8D. Windows color (decimal): -5337045 or 2855086. OLE color: 2855086.
HSL color Cylindrical-coordinate representation of color #AE902B: hue angle of 46.26º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE902B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 43 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.32 |
| HSL | 46.26º | 0.6% | 0.43% | - |
| HSV(B) | 46.26º | 0.75% | 0.68% | - |
| XYZ | 27.86 | 29.12 | 6.44 | - |
| YUV | 141.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 43 | 0 | 0.17 | 0.75 | 0.32 | 46.26 | 0.6 | 0.43 |
| Hex | AE | 90 | 2B | 0 | 11 | 4B | 20 | 2E | 3C | 2B |
| Octal | 256 | 220 | 53 | 0 | 21 | 113 | 40 | 56 | 74 | 53 |
| Binary | 10101110 | 10010000 | 101011 | 0 | 10001 | 1001011 | 100000 | 101110 | 111100 | 101011 |
Color Harmonies of #AE902B
Complementary color
Monochromatic Colors of #AE902B
Black with #AE902B
Text Example
Text Example
White with #AE902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE902B; }
p { color: rgb(174,144,43); }
H1.HeaderClassName
{
color: #AE902B;
}
.AnyTagClassName
{
color: #AE902B;
}
</style>
background-color css
<style>
a { background-color: #AE902B; }
a { background-color: rgb(174,144,43); }
div.DivClassName
{
background-color: #AE902B;
}
.BgClassName
{
background-color: #AE902B;
}
</style>
border-color css
<style>
span { border-color: #AE902B; }
span { border-color: rgb(174,144,43); }
td.TdClassName
{
border-color: #AE902B;
}
.TagClassName
{
border-color: #AE902B;
}
</style>