#AAC185

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

Shades of Caper #AAC185

Tints of Caper #AAC185

Color information

#AAC185 (or 0xAAC185) is unknown color: approx Caper. HEX triplet: AA, C1 and 85. RGB value is (170,193,133). Sum of RGB (Red+Green+Blue) = 170+193+133=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC185 is #553E7A. Grayscale: #B3B3B3. Windows color (decimal): -5586555 or 8765866. OLE color: 8765866.

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

Color convert

RGB170193133-
CMYK0.1200.310.24
HSL83º32.61%63.92%-
HSV(B)83º31.09%75.69%-
XYZ39.8848.3829.43-
YUV179.28101.88121.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=34.27%
G=38.91%
B=26.81%

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
Decimal1701931330.1200.310.248332.6163.92
HexAAC185C01F18532140
Octal252301205140373012341100
Binary10101010110000011000010111000111111100010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC185; }

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

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

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

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

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

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

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

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