#AAC385

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

Shades of Caper #AAC385

Tints of Caper #AAC385

Color information

#AAC385 (or 0xAAC385) is unknown color: approx Caper. HEX triplet: AA, C3 and 85. RGB value is (170,195,133). Sum of RGB (Red+Green+Blue) = 170+195+133=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC385 is #553C7A. Grayscale: #B4B4B4. Windows color (decimal): -5586043 or 8766378. OLE color: 8766378.

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

Color convert

RGB170195133-
CMYK0.1300.320.24
HSL84.19º34.07%64.31%-
HSV(B)84.19º31.79%76.47%-
XYZ40.3349.2729.57-
YUV180.46101.22120.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=34.14%
G=39.16%
B=26.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951330.1300.320.2484.1934.0764.31
HexAAC385D02018542240
Octal252303205150403012442100
Binary101010101100001110000101110101000001100010101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC385; }

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

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

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

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

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

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

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

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