#AAC186

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

Shades of Caper #AAC186

Tints of Caper #AAC186

Color information

#AAC186 (or 0xAAC186) is unknown color: approx Caper. HEX triplet: AA, C1 and 86. RGB value is (170,193,134). Sum of RGB (Red+Green+Blue) = 170+193+134=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC186 is #553E79. Grayscale: #B3B3B3. Windows color (decimal): -5586554 or 8831402. OLE color: 8831402.

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

Color convert

RGB170193134-
CMYK0.1200.310.24
HSL83.39º32.24%64.12%-
HSV(B)83.39º30.57%75.69%-
XYZ39.9548.4129.79-
YUV179.4102.38121.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=34.21%
G=38.83%
B=26.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931340.1200.310.2483.3932.2464.12
HexAAC186C01F18532040
Octal252301206140373012340100
Binary10101010110000011000011011000111111100010100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC186; }

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

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

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

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

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

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

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

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