#AAC685

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

Shades of Caper #AAC685

Tints of Caper #AAC685

Color information

#AAC685 (or 0xAAC685) is unknown color: approx Caper. HEX triplet: AA, C6 and 85. RGB value is (170,198,133). Sum of RGB (Red+Green+Blue) = 170+198+133=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC685 is #55397A. Grayscale: #B6B6B6. Windows color (decimal): -5585275 or 8767146. OLE color: 8767146.

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

Color convert

RGB170198133-
CMYK0.1400.330.22
HSL85.85º36.31%64.9%-
HSV(B)85.85º32.83%77.65%-
XYZ41.0150.6329.8-
YUV182.22100.22119.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=33.93%
G=39.52%
B=26.55%

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
Decimal1701981330.1400.330.2285.8536.3164.9
HexAAC685E02116562441
Octal252306205160412612644101
Binary101010101100011010000101111001000011011010101101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC685; }

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

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

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

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

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

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

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

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