#ACA890

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

Shades of Eagle #ACA890

Tints of Eagle #ACA890

Color information

#ACA890 (or 0xACA890) is unknown color: approx Eagle. HEX triplet: AC, A8 and 90. RGB value is (172,168,144). Sum of RGB (Red+Green+Blue) = 172+168+144=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA890 is #53576F. Grayscale: #A6A6A6. Windows color (decimal): -5461872 or 9480364. OLE color: 9480364.

HSL color Cylindrical-coordinate representation of color #ACA890: hue angle of 51.43º 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 #ACA890 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172168144-
CMYK00.020.160.33
HSL51.43º14.43%61.96%-
HSV(B)51.43º16.28%67.45%-
XYZ36.0538.7931.97-
YUV166.46115.33131.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=35.54%
G=34.71%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216814400.020.160.3351.4314.4361.96
HexACA89002102133e3e
Octal254250220022041631676
Binary101011001010100010010000010100001000011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA890; }

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

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

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

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

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

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

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

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