#ACA795

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

Shades of Eagle #ACA795

Tints of Eagle #ACA795

Color information

#ACA795 (or 0xACA795) is unknown color: approx Eagle. HEX triplet: AC, A7 and 95. RGB value is (172,167,149). Sum of RGB (Red+Green+Blue) = 172+167+149=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA795 is #53586A. Grayscale: #A6A6A6. Windows color (decimal): -5462123 or 9807788. OLE color: 9807788.

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

Color convert

RGB172167149-
CMYK00.030.130.33
HSL46.96º12.17%62.94%-
HSV(B)46.96º13.37%67.45%-
XYZ36.2638.5833.97-
YUV166.44118.16131.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=35.25%
G=34.22%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216714900.030.130.3346.9612.1762.94
HexACA79503D212fc3f
Octal254247225031541571477
Binary10101100101001111001010101111011000011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA795; }

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

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

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

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

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

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

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

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