Shades of Eagle #ACAA99
Tints of Eagle #ACAA99
RGB
CMYK
RGB Variations
Color information
#ACAA99 (or 0xACAA99) is known color: Eagle. HEX triplet: AC, AA and 99. RGB value is (172,170,153). Sum of RGB (Red+Green+Blue) = 172+170+153=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA99 is #535566. Grayscale: #A8A8A8. Windows color (decimal): -5461351 or 10070700. OLE color: 10070700.
HSL color Cylindrical-coordinate representation of color #ACAA99: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAA99 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 153 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 53.68º | 0.1% | 0.64% | - |
| HSV(B) | 53.68º | 0.11% | 0.67% | - |
| XYZ | 37.14 | 39.82 | 35.87 | - |
| YUV | 168.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 153 | 0 | 0.01 | 0.11 | 0.33 | 53.68 | 0.1 | 0.64 |
| Hex | AC | AA | 99 | 0 | 1 | B | 21 | 36 | A | 40 |
| Octal | 254 | 252 | 231 | 0 | 1 | 13 | 41 | 66 | 12 | 100 |
| Binary | 10101100 | 10101010 | 10011001 | 0 | 1 | 1011 | 100001 | 110110 | 1010 | 1000000 |
Color Harmonies of #ACAA99
Complementary color
Monochromatic Colors of #ACAA99
Black with #ACAA99
Text Example
Text Example
White with #ACAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA99; }
p { color: rgb(172,170,153); }
H1.HeaderClassName
{
color: #ACAA99;
}
.AnyTagClassName
{
color: #ACAA99;
}
</style>
background-color css
<style>
a { background-color: #ACAA99; }
a { background-color: rgb(172,170,153); }
div.DivClassName
{
background-color: #ACAA99;
}
.BgClassName
{
background-color: #ACAA99;
}
</style>
border-color css
<style>
span { border-color: #ACAA99; }
span { border-color: rgb(172,170,153); }
td.TdClassName
{
border-color: #ACAA99;
}
.TagClassName
{
border-color: #ACAA99;
}
</style>