#ACA68F

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

Shades of Eagle #ACA68F

Tints of Eagle #ACA68F

Color information

#ACA68F (or 0xACA68F) is unknown color: approx Eagle. HEX triplet: AC, A6 and 8F. RGB value is (172,166,143). Sum of RGB (Red+Green+Blue) = 172+166+143=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA68F is #535970. Grayscale: #A5A5A5. Windows color (decimal): -5462385 or 9414316. OLE color: 9414316.

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

Color convert

RGB172166143-
CMYK00.030.170.33
HSL47.59º14.87%61.76%-
HSV(B)47.59º16.86%67.45%-
XYZ35.6138.0331.45-
YUV165.17115.49132.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=35.76%
G=34.51%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216614300.030.170.3347.5914.8761.76
HexACA68F03112130f3e
Octal254246217032141601776
Binary101011001010011010001111011100011000011100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA68F; }

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

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

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

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

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

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

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

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