#ACA792

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

Shades of Eagle #ACA792

Tints of Eagle #ACA792

Color information

#ACA792 (or 0xACA792) is unknown color: approx Eagle. HEX triplet: AC, A7 and 92. RGB value is (172,167,146). Sum of RGB (Red+Green+Blue) = 172+167+146=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA792 is #53586D. Grayscale: #A6A6A6. Windows color (decimal): -5462126 or 9611180. OLE color: 9611180.

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

Color convert

RGB172167146-
CMYK00.030.150.33
HSL48.46º13.54%62.35%-
HSV(B)48.46º15.12%67.45%-
XYZ36.0238.4832.72-
YUV166.1116.66132.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=35.46%
G=34.43%
B=30.10%

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
Decimal17216714600.030.150.3348.4613.5462.35
HexACA79203F2130e3e
Octal254247222031741601676
Binary10101100101001111001001001111111000011100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA792; }

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

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

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

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

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

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

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

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