#ACA78F

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

Shades of Eagle #ACA78F

Tints of Eagle #ACA78F

Color information

#ACA78F (or 0xACA78F) is unknown color: approx Eagle. HEX triplet: AC, A7 and 8F. RGB value is (172,167,143). Sum of RGB (Red+Green+Blue) = 172+167+143=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA78F is #535870. Grayscale: #A5A5A5. Windows color (decimal): -5462129 or 9414572. OLE color: 9414572.

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

Color convert

RGB172167143-
CMYK00.030.170.33
HSL49.66º14.87%61.76%-
HSV(B)49.66º16.86%67.45%-
XYZ35.7938.3931.51-
YUV165.76115.16132.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=35.68%
G=34.65%
B=29.67%

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
Decimal17216714300.030.170.3349.6614.8761.76
HexACA78F03112132f3e
Octal254247217032141621776
Binary101011001010011110001111011100011000011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA78F; }

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

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

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

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

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

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

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

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