#AAC984

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

Shades of Caper #AAC984

Tints of Caper #AAC984

Color information

#AAC984 (or 0xAAC984) is unknown color: approx Caper. HEX triplet: AA, C9 and 84. RGB value is (170,201,132). Sum of RGB (Red+Green+Blue) = 170+201+132=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC984 is #55367B. Grayscale: #B8B8B8. Windows color (decimal): -5584508 or 8702378. OLE color: 8702378.

HSL color Cylindrical-coordinate representation of color #AAC984: hue angle of 86.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC984 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB170201132-
CMYK0.1500.340.21
HSL86.96º38.98%65.29%-
HSV(B)86.96º34.33%78.82%-
XYZ41.6351.9929.67-
YUV183.8698.73118.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=33.80%
G=39.96%
B=26.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011320.1500.340.2186.9638.9865.29
HexAAC984F02215572741
Octal252311204170422512747101
Binary101010101100100110000100111101000101010110101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC984; }

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

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

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

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

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

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

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

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