Shades of Eagle #ACA68D
Tints of Eagle #ACA68D
RGB
CMYK
RGB Variations
Color information
#ACA68D (or 0xACA68D) is known color: Eagle. HEX triplet: AC, A6 and 8D. RGB value is (172,166,141). Sum of RGB (Red+Green+Blue) = 172+166+141=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA68D is #535972. Grayscale: #A5A5A5. Windows color (decimal): -5462387 or 9283244. OLE color: 9283244.
HSL color Cylindrical-coordinate representation of color #ACA68D: hue angle of 48.39º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACA68D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 166 | 141 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.33 |
| HSL | 48.39º | 0.16% | 0.61% | - |
| HSV(B) | 48.39º | 0.18% | 0.67% | - |
| XYZ | 35.46 | 37.97 | 30.66 | - |
| YUV | 164.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 166 | 141 | 0 | 0.03 | 0.18 | 0.33 | 48.39 | 0.16 | 0.61 |
| Hex | AC | A6 | 8D | 0 | 3 | 12 | 21 | 30 | 10 | 3D |
| Octal | 254 | 246 | 215 | 0 | 3 | 22 | 41 | 60 | 20 | 75 |
| Binary | 10101100 | 10100110 | 10001101 | 0 | 11 | 10010 | 100001 | 110000 | 10000 | 111101 |
Color Harmonies of #ACA68D
Complementary color
Monochromatic Colors of #ACA68D
Black with #ACA68D
Text Example
Text Example
White with #ACA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA68D; }
p { color: rgb(172,166,141); }
H1.HeaderClassName
{
color: #ACA68D;
}
.AnyTagClassName
{
color: #ACA68D;
}
</style>
background-color css
<style>
a { background-color: #ACA68D; }
a { background-color: rgb(172,166,141); }
div.DivClassName
{
background-color: #ACA68D;
}
.BgClassName
{
background-color: #ACA68D;
}
</style>
border-color css
<style>
span { border-color: #ACA68D; }
span { border-color: rgb(172,166,141); }
td.TdClassName
{
border-color: #ACA68D;
}
.TagClassName
{
border-color: #ACA68D;
}
</style>