#ACA68E

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

Shades of Eagle #ACA68E

Tints of Eagle #ACA68E

Color information

#ACA68E (or 0xACA68E) is unknown color: approx Eagle. HEX triplet: AC, A6 and 8E. RGB value is (172,166,142). Sum of RGB (Red+Green+Blue) = 172+166+142=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA68E is #535971. Grayscale: #A5A5A5. Windows color (decimal): -5462386 or 9348780. OLE color: 9348780.

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

Color convert

RGB172166142-
CMYK00.030.170.33
HSL48º15.31%61.57%-
HSV(B)48º17.44%67.45%-
XYZ35.533831.05-
YUV165.06114.99132.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=35.83%
G=34.58%
B=29.58%

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
Decimal17216614200.030.170.334815.3161.57
HexACA68E03112130f3e
Octal254246216032141601776
Binary101011001010011010001110011100011000011100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA68E; }

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

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

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

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

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

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

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

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