#AACA8D

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

Shades of Feijoa #AACA8D

Tints of Feijoa #AACA8D

Color information

#AACA8D (or 0xAACA8D) is unknown color: approx Feijoa. HEX triplet: AA, CA and 8D. RGB value is (170,202,141). Sum of RGB (Red+Green+Blue) = 170+202+141=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8D is #553572. Grayscale: #B9B9B9. Windows color (decimal): -5584243 or 9292458. OLE color: 9292458.

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

Color convert

RGB170202141-
CMYK0.1600.300.21
HSL91.48º36.53%67.25%-
HSV(B)91.48º30.2%79.22%-
XYZ42.5152.7133.13-
YUV185.48102.9116.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=33.14%
G=39.38%
B=27.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021410.1600.300.2191.4836.5367.25
HexAACA8D1001E155b2543
Octal252312215200362513345103
Binary101010101100101010001101100000111101010110110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA8D; }

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

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

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

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

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

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

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

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