#ACA992

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

Shades of Eagle #ACA992

Tints of Eagle #ACA992

Color information

#ACA992 (or 0xACA992) is unknown color: approx Eagle. HEX triplet: AC, A9 and 92. RGB value is (172,169,146). Sum of RGB (Red+Green+Blue) = 172+169+146=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA992 is #53566D. Grayscale: #A7A7A7. Windows color (decimal): -5461614 or 9611692. OLE color: 9611692.

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

Color convert

RGB172169146-
CMYK00.020.150.33
HSL53.08º13.54%62.35%-
HSV(B)53.08º15.12%67.45%-
XYZ36.3939.2232.85-
YUV167.27115.99131.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=35.32%
G=34.70%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216914600.020.150.3353.0813.5462.35
HexACA99202F2135e3e
Octal254251222021741651676
Binary10101100101010011001001001011111000011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA992; }

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

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

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

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

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

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

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

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