#ACA692

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

Shades of Eagle #ACA692

Tints of Eagle #ACA692

Color information

#ACA692 (or 0xACA692) is unknown color: approx Eagle. HEX triplet: AC, A6 and 92. RGB value is (172,166,146). Sum of RGB (Red+Green+Blue) = 172+166+146=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA692 is #53596D. Grayscale: #A5A5A5. Windows color (decimal): -5462382 or 9610924. OLE color: 9610924.

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

Color convert

RGB172166146-
CMYK00.030.150.33
HSL46.15º13.54%62.35%-
HSV(B)46.15º15.12%67.45%-
XYZ35.8438.1232.66-
YUV165.51116.99132.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=35.54%
G=34.30%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216614600.030.150.3346.1513.5462.35
HexACA69203F212ee3e
Octal254246222031741561676
Binary10101100101001101001001001111111000011011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA692; }

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

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

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

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

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

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

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

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