#AACB88

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

Shades of Feijoa #AACB88

Tints of Feijoa #AACB88

Color information

#AACB88 (or 0xAACB88) is unknown color: approx Feijoa. HEX triplet: AA, CB and 88. RGB value is (170,203,136). Sum of RGB (Red+Green+Blue) = 170+203+136=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB88 is #553477. Grayscale: #B9B9B9. Windows color (decimal): -5583992 or 8965034. OLE color: 8965034.

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

Color convert

RGB170203136-
CMYK0.1600.330.20
HSL89.55º39.18%66.47%-
HSV(B)89.55º33%79.61%-
XYZ42.3853.0431.3-
YUV185.49100.07116.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=33.40%
G=39.88%
B=26.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031360.1600.330.2089.5539.1866.47
HexAACB8810021145a2742
Octal252313210200412413247102
Binary1010101011001011100010001000001000011010010110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB88; }

 p { color: rgb(170,203,136); }

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

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

 a { background-color: rgb(170,203,136); }

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

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

 span { border-color: rgb(170,203,136); }

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