#AACA8C

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

Shades of Feijoa #AACA8C

Tints of Feijoa #AACA8C

Color information

#AACA8C (or 0xAACA8C) is unknown color: approx Feijoa. HEX triplet: AA, CA and 8C. RGB value is (170,202,140). Sum of RGB (Red+Green+Blue) = 170+202+140=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8C is #553573. Grayscale: #B9B9B9. Windows color (decimal): -5584244 or 9226922. OLE color: 9226922.

HSL color Cylindrical-coordinate representation of color #AACA8C: hue angle of 90.97º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACA8C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB170202140-
CMYK0.1600.310.21
HSL90.97º36.9%67.06%-
HSV(B)90.97º30.69%79.22%-
XYZ42.4352.6832.74-
YUV185.36102.4117.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=33.20%
G=39.45%
B=27.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021400.1600.310.2190.9736.967.06
HexAACA8C1001F155b2543
Octal252312214200372513345103
Binary101010101100101010001100100000111111010110110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA8C; }

 p { color: rgb(170,202,140); }

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

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

 a { background-color: rgb(170,202,140); }

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

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

 span { border-color: rgb(170,202,140); }

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