#AACA86

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

Shades of Feijoa #AACA86

Tints of Feijoa #AACA86

Color information

#AACA86 (or 0xAACA86) is unknown color: approx Feijoa. HEX triplet: AA, CA and 86. RGB value is (170,202,134). Sum of RGB (Red+Green+Blue) = 170+202+134=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA86 is #553579. Grayscale: #B8B8B8. Windows color (decimal): -5584250 or 8833706. OLE color: 8833706.

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

Color convert

RGB170202134-
CMYK0.1600.340.21
HSL88.24º39.08%65.88%-
HSV(B)88.24º33.66%79.22%-
XYZ4252.5130.48-
YUV184.6899.4117.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=33.60%
G=39.92%
B=26.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021340.1600.340.2188.2439.0865.88
HexAACA861002215582742
Octal252312206200422513047102
Binary1010101011001010100001101000001000101010110110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA86; }

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

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

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

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

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

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

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

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