#ACA98C

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

Shades of Eagle #ACA98C

Tints of Eagle #ACA98C

Color information

#ACA98C (or 0xACA98C) is unknown color: approx Eagle. HEX triplet: AC, A9 and 8C. RGB value is (172,169,140). Sum of RGB (Red+Green+Blue) = 172+169+140=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA98C is #535673. Grayscale: #A6A6A6. Windows color (decimal): -5461620 or 9218476. OLE color: 9218476.

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

Color convert

RGB172169140-
CMYK00.020.190.33
HSL54.38º16.16%61.18%-
HSV(B)54.38º18.6%67.45%-
XYZ35.9339.0430.45-
YUV166.59112.99131.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=35.76%
G=35.14%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216914000.020.190.3354.3816.1661.18
HexACA98C02132136103d
Octal254251214022341662075
Binary1010110010101001100011000101001110000111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA98C; }

 p { color: rgb(172,169,140); }

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

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

 a { background-color: rgb(172,169,140); }

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

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

 span { border-color: rgb(172,169,140); }

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