#AAC384

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

Shades of Caper #AAC384

Tints of Caper #AAC384

Color information

#AAC384 (or 0xAAC384) is unknown color: approx Caper. HEX triplet: AA, C3 and 84. RGB value is (170,195,132). Sum of RGB (Red+Green+Blue) = 170+195+132=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC384 is #553C7B. Grayscale: #B4B4B4. Windows color (decimal): -5586044 or 8700842. OLE color: 8700842.

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

Color convert

RGB170195132-
CMYK0.1300.320.24
HSL83.81º34.43%64.12%-
HSV(B)83.81º32.31%76.47%-
XYZ40.2649.2429.21-
YUV180.34100.72120.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=34.21%
G=39.24%
B=26.56%

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
Decimal1701951320.1300.320.2483.8134.4364.12
HexAAC384D02018542240
Octal252303204150403012442100
Binary101010101100001110000100110101000001100010101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC384; }

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

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

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

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

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

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

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

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