#AAC886

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

Shades of Caper #AAC886

Tints of Caper #AAC886

Color information

#AAC886 (or 0xAAC886) is unknown color: approx Caper. HEX triplet: AA, C8 and 86. RGB value is (170,200,134). Sum of RGB (Red+Green+Blue) = 170+200+134=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC886 is #553779. Grayscale: #B7B7B7. Windows color (decimal): -5584762 or 8833194. OLE color: 8833194.

HSL color Cylindrical-coordinate representation of color #AAC886: hue angle of 87.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC886 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB170200134-
CMYK0.1500.330.22
HSL87.27º37.5%65.49%-
HSV(B)87.27º33%78.43%-
XYZ41.5351.5830.32-
YUV183.51100.06118.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=33.73%
G=39.68%
B=26.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001340.1500.330.2287.2737.565.49
HexAAC886F02116572641
Octal252310206170412612746101
Binary101010101100100010000110111101000011011010101111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC886; }

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

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

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

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

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

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

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

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