#AAC989

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

Shades of Feijoa #AAC989

Tints of Feijoa #AAC989

Color information

#AAC989 (or 0xAAC989) is unknown color: approx Feijoa. HEX triplet: AA, C9 and 89. RGB value is (170,201,137). Sum of RGB (Red+Green+Blue) = 170+201+137=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC989 is #553676. Grayscale: #B8B8B8. Windows color (decimal): -5584503 or 9030058. OLE color: 9030058.

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

Color convert

RGB170201137-
CMYK0.1500.320.21
HSL89.06º37.21%66.27%-
HSV(B)89.06º31.84%78.82%-
XYZ41.9852.1331.52-
YUV184.44101.23117.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=33.46%
G=39.57%
B=26.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011370.1500.320.2189.0637.2166.27
HexAAC989F02015592542
Octal252311211170402513145102
Binary101010101100100110001001111101000001010110110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC989; }

 p { color: rgb(170,201,137); }

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

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

 a { background-color: rgb(170,201,137); }

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

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

 span { border-color: rgb(170,201,137); }

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