#ACA78E

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

Shades of Eagle #ACA78E

Tints of Eagle #ACA78E

Color information

#ACA78E (or 0xACA78E) is unknown color: approx Eagle. HEX triplet: AC, A7 and 8E. RGB value is (172,167,142). Sum of RGB (Red+Green+Blue) = 172+167+142=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA78E is #535871. Grayscale: #A5A5A5. Windows color (decimal): -5462130 or 9349036. OLE color: 9349036.

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

Color convert

RGB172167142-
CMYK00.030.170.33
HSL50º15.31%61.57%-
HSV(B)50º17.44%67.45%-
XYZ35.7138.3631.11-
YUV165.64114.66132.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=35.76%
G=34.72%
B=29.52%

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
Decimal17216714200.030.170.335015.3161.57
HexACA78E03112132f3e
Octal254247216032141621776
Binary101011001010011110001110011100011000011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA78E; }

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

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

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

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

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

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

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

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