#AAC684

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

Shades of Caper #AAC684

Tints of Caper #AAC684

Color information

#AAC684 (or 0xAAC684) is unknown color: approx Caper. HEX triplet: AA, C6 and 84. RGB value is (170,198,132). Sum of RGB (Red+Green+Blue) = 170+198+132=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC684 is #55397B. Grayscale: #B6B6B6. Windows color (decimal): -5585276 or 8701610. OLE color: 8701610.

HSL color Cylindrical-coordinate representation of color #AAC684: hue angle of 85.45º degrees, saturation: 0.37, 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 #AAC684 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB170198132-
CMYK0.1400.330.22
HSL85.45º36.67%64.71%-
HSV(B)85.45º33.33%77.65%-
XYZ40.9450.629.44-
YUV182.199.72119.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=34%
G=39.6%
B=26.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981320.1400.330.2285.4536.6764.71
HexAAC684E02116552541
Octal252306204160412612545101
Binary101010101100011010000100111001000011011010101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC684; }

 p { color: rgb(170,198,132); }

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

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

 a { background-color: rgb(170,198,132); }

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

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

 span { border-color: rgb(170,198,132); }

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