Shades of Eagle #ACAB93
Tints of Eagle #ACAB93
RGB
CMYK
RGB Variations
Color information
#ACAB93 (or 0xACAB93) is known color: Eagle. HEX triplet: AC, AB and 93. RGB value is (172,171,147). Sum of RGB (Red+Green+Blue) = 172+171+147=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB93 is #53546C. Grayscale: #A8A8A8. Windows color (decimal): -5461101 or 9677740. OLE color: 9677740.
HSL color Cylindrical-coordinate representation of color #ACAB93: hue angle of 57.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACAB93 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 147 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.33 |
| HSL | 57.6º | 0.13% | 0.63% | - |
| HSV(B) | 57.6º | 0.15% | 0.67% | - |
| XYZ | 36.84 | 40 | 33.38 | - |
| YUV | 168.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 147 | 0 | 0.01 | 0.15 | 0.33 | 57.6 | 0.13 | 0.63 |
| Hex | AC | AB | 93 | 0 | 1 | F | 21 | 3A | D | 3F |
| Octal | 254 | 253 | 223 | 0 | 1 | 17 | 41 | 72 | 15 | 77 |
| Binary | 10101100 | 10101011 | 10010011 | 0 | 1 | 1111 | 100001 | 111010 | 1101 | 111111 |
Color Harmonies of #ACAB93
Complementary color
Monochromatic Colors of #ACAB93
Black with #ACAB93
Text Example
Text Example
White with #ACAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB93; }
p { color: rgb(172,171,147); }
H1.HeaderClassName
{
color: #ACAB93;
}
.AnyTagClassName
{
color: #ACAB93;
}
</style>
background-color css
<style>
a { background-color: #ACAB93; }
a { background-color: rgb(172,171,147); }
div.DivClassName
{
background-color: #ACAB93;
}
.BgClassName
{
background-color: #ACAB93;
}
</style>
border-color css
<style>
span { border-color: #ACAB93; }
span { border-color: rgb(172,171,147); }
td.TdClassName
{
border-color: #ACAB93;
}
.TagClassName
{
border-color: #ACAB93;
}
</style>