#AAC86A

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

Shades of Caper #AAC86A

Tints of Caper #AAC86A

Color information

#AAC86A (or 0xAAC86A) is unknown color: approx Caper. HEX triplet: AA, C8 and 6A. RGB value is (170,200,106). Sum of RGB (Red+Green+Blue) = 170+200+106=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86A is #553795. Grayscale: #B4B4B4. Windows color (decimal): -5584790 or 6998186. OLE color: 6998186.

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

Color convert

RGB170200106-
CMYK0.1500.470.22
HSL79.15º46.08%60%-
HSV(B)79.15º47%78.43%-
XYZ39.8350.921.36-
YUV180.3186.06120.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=35.71%
G=42.02%
B=22.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001060.1500.470.2279.1546.0860
HexAAC86AF02F164f2e3c
Octal25231015217057261175674
Binary1010101011001000110101011110101111101101001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC86A; }

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

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

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

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

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

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

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

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