#ACA793

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

Shades of Eagle #ACA793

Tints of Eagle #ACA793

Color information

#ACA793 (or 0xACA793) is unknown color: approx Eagle. HEX triplet: AC, A7 and 93. RGB value is (172,167,147). Sum of RGB (Red+Green+Blue) = 172+167+147=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA793 is #53586C. Grayscale: #A6A6A6. Windows color (decimal): -5462125 or 9676716. OLE color: 9676716.

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

Color convert

RGB172167147-
CMYK00.030.150.33
HSL48º13.09%62.55%-
HSV(B)48º14.53%67.45%-
XYZ36.138.5133.14-
YUV166.22117.16132.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=35.39%
G=34.36%
B=30.25%

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
Decimal17216714700.030.150.334813.0962.55
HexACA79303F2130d3f
Octal254247223031741601577
Binary10101100101001111001001101111111000011100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA793; }

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

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

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

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

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

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

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

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