#ACA693

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

Shades of Eagle #ACA693

Tints of Eagle #ACA693

Color information

#ACA693 (or 0xACA693) is unknown color: approx Eagle. HEX triplet: AC, A6 and 93. RGB value is (172,166,147). Sum of RGB (Red+Green+Blue) = 172+166+147=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA693 is #53596C. Grayscale: #A5A5A5. Windows color (decimal): -5462381 or 9676460. OLE color: 9676460.

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

Color convert

RGB172166147-
CMYK00.030.150.33
HSL45.6º13.09%62.55%-
HSV(B)45.6º14.53%67.45%-
XYZ35.9238.1533.07-
YUV165.63117.49132.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=35.46%
G=34.23%
B=30.31%

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
Decimal17216614700.030.150.3345.613.0962.55
HexACA69303F212ed3f
Octal254246223031741561577
Binary10101100101001101001001101111111000011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA693; }

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

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

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

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

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

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

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

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