#ACA89B

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

Shades of Eagle #ACA89B

Tints of Eagle #ACA89B

Color information

#ACA89B (or 0xACA89B) is unknown color: approx Eagle. HEX triplet: AC, A8 and 9B. RGB value is (172,168,155). Sum of RGB (Red+Green+Blue) = 172+168+155=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA89B is #535764. Grayscale: #A7A7A7. Windows color (decimal): -5461861 or 10201260. OLE color: 10201260.

HSL color Cylindrical-coordinate representation of color #ACA89B: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA89B is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172168155-
CMYK00.020.100.33
HSL45.88º9.29%64.12%-
HSV(B)45.88º9.88%67.45%-
XYZ36.9339.1436.62-
YUV167.71120.83131.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=34.75%
G=33.94%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216815500.020.100.3345.889.2964.12
HexACA89B02A212e940
Octal2542502330212415611100
Binary101011001010100010011011010101010000110111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA89B; }

 p { color: rgb(172,168,155); }

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

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

 a { background-color: rgb(172,168,155); }

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

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

 span { border-color: rgb(172,168,155); }

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