#AAC386

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

Shades of Caper #AAC386

Tints of Caper #AAC386

Color information

#AAC386 (or 0xAAC386) is unknown color: approx Caper. HEX triplet: AA, C3 and 86. RGB value is (170,195,134). Sum of RGB (Red+Green+Blue) = 170+195+134=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC386 is #553C79. Grayscale: #B4B4B4. Windows color (decimal): -5586042 or 8831914. OLE color: 8831914.

HSL color Cylindrical-coordinate representation of color #AAC386: hue angle of 84.59º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC386 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB170195134-
CMYK0.1300.310.24
HSL84.59º33.7%64.51%-
HSV(B)84.59º31.28%76.47%-
XYZ40.449.329.94-
YUV180.57101.72120.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=34.07%
G=39.08%
B=26.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951340.1300.310.2484.5933.764.51
HexAAC386D01F18552241
Octal252303206150373012542101
Binary10101010110000111000011011010111111100010101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC386; }

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

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

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

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

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

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

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

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