#AAC285

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

Shades of Caper #AAC285

Tints of Caper #AAC285

Color information

#AAC285 (or 0xAAC285) is unknown color: approx Caper. HEX triplet: AA, C2 and 85. RGB value is (170,194,133). Sum of RGB (Red+Green+Blue) = 170+194+133=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC285 is #553D7A. Grayscale: #B4B4B4. Windows color (decimal): -5586299 or 8766122. OLE color: 8766122.

HSL color Cylindrical-coordinate representation of color #AAC285: hue angle of 83.61º degrees, saturation: 0.33, 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 #AAC285 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB170194133-
CMYK0.1200.310.24
HSL83.61º33.33%64.12%-
HSV(B)83.61º31.44%76.08%-
XYZ40.148.8229.5-
YUV179.87101.55120.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=34.21%
G=39.03%
B=26.76%

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
Decimal1701941330.1200.310.2483.6133.3364.12
HexAAC285C01F18542140
Octal252302205140373012441100
Binary10101010110000101000010111000111111100010101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC285; }

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

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

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

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

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

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

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

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