#AACA8A

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

Shades of Feijoa #AACA8A

Tints of Feijoa #AACA8A

Color information

#AACA8A (or 0xAACA8A) is unknown color: approx Feijoa. HEX triplet: AA, CA and 8A. RGB value is (170,202,138). Sum of RGB (Red+Green+Blue) = 170+202+138=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8A is #553575. Grayscale: #B9B9B9. Windows color (decimal): -5584246 or 9095850. OLE color: 9095850.

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

Color convert

RGB170202138-
CMYK0.1600.320.21
HSL90º37.65%66.67%-
HSV(B)90º31.68%79.22%-
XYZ42.2952.6231.97-
YUV185.14101.4117.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=33.33%
G=39.61%
B=27.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021380.1600.320.219037.6566.67
HexAACA8A10020155a2643
Octal252312212200402513246103
Binary1010101011001010100010101000001000001010110110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA8A; }

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

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

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

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

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

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

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

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