Shades of Reef Gold #AA933A
Tints of Reef Gold #AA933A
RGB
CMYK
RGB Variations
Color information
#AA933A (or 0xAA933A) is known color: Reef Gold. HEX triplet: AA, 93 and 3A. RGB value is (170,147,58). Sum of RGB (Red+Green+Blue) = 170+147+58=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA933A is #556CC5. Grayscale: #909090. Windows color (decimal): -5598406 or 3838890. OLE color: 3838890.
HSL color Cylindrical-coordinate representation of color #AA933A: hue angle of 47.68º 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 #AA933A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 58 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.33 |
| HSL | 47.68º | 0.49% | 0.45% | - |
| HSV(B) | 47.68º | 0.66% | 0.67% | - |
| XYZ | 27.78 | 29.72 | 8.28 | - |
| YUV | 143.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 58 | 0 | 0.14 | 0.66 | 0.33 | 47.68 | 0.49 | 0.45 |
| Hex | AA | 93 | 3A | 0 | E | 42 | 21 | 30 | 31 | 2D |
| Octal | 252 | 223 | 72 | 0 | 16 | 102 | 41 | 60 | 61 | 55 |
| Binary | 10101010 | 10010011 | 111010 | 0 | 1110 | 1000010 | 100001 | 110000 | 110001 | 101101 |
Color Harmonies of #AA933A
Complementary color
Monochromatic Colors of #AA933A
Black with #AA933A
Text Example
Text Example
White with #AA933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA933A; }
p { color: rgb(170,147,58); }
H1.HeaderClassName
{
color: #AA933A;
}
.AnyTagClassName
{
color: #AA933A;
}
</style>
background-color css
<style>
a { background-color: #AA933A; }
a { background-color: rgb(170,147,58); }
div.DivClassName
{
background-color: #AA933A;
}
.BgClassName
{
background-color: #AA933A;
}
</style>
border-color css
<style>
span { border-color: #AA933A; }
span { border-color: rgb(170,147,58); }
td.TdClassName
{
border-color: #AA933A;
}
.TagClassName
{
border-color: #AA933A;
}
</style>