#AAC982

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

Shades of Caper #AAC982

Tints of Caper #AAC982

Color information

#AAC982 (or 0xAAC982) is unknown color: approx Caper. HEX triplet: AA, C9 and 82. RGB value is (170,201,130). Sum of RGB (Red+Green+Blue) = 170+201+130=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC982 is #55367D. Grayscale: #B7B7B7. Windows color (decimal): -5584510 or 8571306. OLE color: 8571306.

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

Color convert

RGB170201130-
CMYK0.1500.350.21
HSL86.2º39.66%64.9%-
HSV(B)86.2º35.32%78.82%-
XYZ41.4951.9328.96-
YUV183.6497.73118.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=33.93%
G=40.12%
B=25.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011300.1500.350.2186.239.6664.9
HexAAC982F02315562841
Octal252311202170432512650101
Binary101010101100100110000010111101000111010110101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC982; }

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

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

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

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

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

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

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

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