#ACA690

Color #ACA690 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #ACA690

Tints of Eagle #ACA690

Color information

#ACA690 (or 0xACA690) is unknown color: approx Eagle. HEX triplet: AC, A6 and 90. RGB value is (172,166,144). Sum of RGB (Red+Green+Blue) = 172+166+144=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA690 is #53596F. Grayscale: #A5A5A5. Windows color (decimal): -5462384 or 9479852. OLE color: 9479852.

HSL color Cylindrical-coordinate representation of color #ACA690: hue angle of 47.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA690 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172166144-
CMYK00.030.160.33
HSL47.14º14.43%61.96%-
HSV(B)47.14º16.28%67.45%-
XYZ35.6838.0631.85-
YUV165.29115.99132.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=35.68%
G=34.44%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216614400.030.160.3347.1414.4361.96
HexACA6900310212fe3e
Octal254246220032041571676
Binary101011001010011010010000011100001000011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA690; }

 p { color: rgb(172,166,144); }

 H1.HeaderClassName
 {
   color: #ACA690;
 }
 .AnyTagClassName
 {
   color: #ACA690;
 }
</style>
background-color css

<style>
 a { background-color: #ACA690; }

 a { background-color: rgb(172,166,144); }

 div.DivClassName
 {
   background-color: #ACA690;
 }
 .BgClassName
 {
   background-color: #ACA690;
 }
</style>
border-color css

<style>
 span { border-color: #ACA690; }

 span { border-color: rgb(172,166,144); }

 td.TdClassName
 {
   border-color: #ACA690;
 }
 .TagClassName
 {
   border-color: #ACA690;
 }
</style>