Shades of Reef Gold #AA8A30
Tints of Reef Gold #AA8A30
RGB
CMYK
RGB Variations
Color information
#AA8A30 (or 0xAA8A30) is known color: Reef Gold. HEX triplet: AA, 8A and 30. RGB value is (170,138,48). Sum of RGB (Red+Green+Blue) = 170+138+48=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A30 is #5575CF. Grayscale: #898989. Windows color (decimal): -5600720 or 3181226. OLE color: 3181226.
HSL color Cylindrical-coordinate representation of color #AA8A30: hue angle of 44.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA8A30 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 48 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.33 |
| HSL | 44.26º | 0.56% | 0.43% | - |
| HSV(B) | 44.26º | 0.72% | 0.67% | - |
| XYZ | 26.2 | 26.94 | 6.61 | - |
| YUV | 137.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 48 | 0 | 0.19 | 0.72 | 0.33 | 44.26 | 0.56 | 0.43 |
| Hex | AA | 8A | 30 | 0 | 13 | 48 | 21 | 2C | 38 | 2B |
| Octal | 252 | 212 | 60 | 0 | 23 | 110 | 41 | 54 | 70 | 53 |
| Binary | 10101010 | 10001010 | 110000 | 0 | 10011 | 1001000 | 100001 | 101100 | 111000 | 101011 |
Color Harmonies of #AA8A30
Complementary color
Monochromatic Colors of #AA8A30
Black with #AA8A30
Text Example
Text Example
White with #AA8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A30; }
p { color: rgb(170,138,48); }
H1.HeaderClassName
{
color: #AA8A30;
}
.AnyTagClassName
{
color: #AA8A30;
}
</style>
background-color css
<style>
a { background-color: #AA8A30; }
a { background-color: rgb(170,138,48); }
div.DivClassName
{
background-color: #AA8A30;
}
.BgClassName
{
background-color: #AA8A30;
}
</style>
border-color css
<style>
span { border-color: #AA8A30; }
span { border-color: rgb(170,138,48); }
td.TdClassName
{
border-color: #AA8A30;
}
.TagClassName
{
border-color: #AA8A30;
}
</style>