#ACAA90

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

Shades of Eagle #ACAA90

Tints of Eagle #ACAA90

Color information

#ACAA90 (or 0xACAA90) is unknown color: approx Eagle. HEX triplet: AC, AA and 90. RGB value is (172,170,144). Sum of RGB (Red+Green+Blue) = 172+170+144=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA90 is #53556F. Grayscale: #A7A7A7. Windows color (decimal): -5461360 or 9480876. OLE color: 9480876.

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

Color convert

RGB172170144-
CMYK00.010.160.33
HSL55.71º14.43%61.96%-
HSV(B)55.71º16.28%67.45%-
XYZ36.4239.5332.1-
YUV167.63114.66131.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=35.39%
G=34.98%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217014400.010.160.3355.7114.4361.96
HexACAA9001102138e3e
Octal254252220012041701676
Binary10101100101010101001000001100001000011110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA90; }

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

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

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

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

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

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

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

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