#AAC180

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

Shades of Caper #AAC180

Tints of Caper #AAC180

Color information

#AAC180 (or 0xAAC180) is unknown color: approx Caper. HEX triplet: AA, C1 and 80. RGB value is (170,193,128). Sum of RGB (Red+Green+Blue) = 170+193+128=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC180 is #553E7F. Grayscale: #B2B2B2. Windows color (decimal): -5586560 or 8438186. OLE color: 8438186.

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

Color convert

RGB170193128-
CMYK0.1200.340.24
HSL81.23º34.39%62.94%-
HSV(B)81.23º33.68%75.69%-
XYZ39.5448.2427.65-
YUV178.7199.38121.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=34.62%
G=39.31%
B=26.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931280.1200.340.2481.2334.3962.94
HexAAC180C0221851223f
Octal25230120014042301214277
Binary10101010110000011000000011000100010110001010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC180; }

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

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

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

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

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

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

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

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