#AAC582

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

Shades of Caper #AAC582

Tints of Caper #AAC582

Color information

#AAC582 (or 0xAAC582) is unknown color: approx Caper. HEX triplet: AA, C5 and 82. RGB value is (170,197,130). Sum of RGB (Red+Green+Blue) = 170+197+130=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC582 is #553A7D. Grayscale: #B5B5B5. Windows color (decimal): -5585534 or 8570282. OLE color: 8570282.

HSL color Cylindrical-coordinate representation of color #AAC582: hue angle of 84.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC582 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB170197130-
CMYK0.1400.340.23
HSL84.18º36.61%64.12%-
HSV(B)84.18º34.01%77.25%-
XYZ40.5750.0928.65-
YUV181.2999.05119.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=34.21%
G=39.64%
B=26.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971300.1400.340.2384.1836.6164.12
HexAAC582E02217542540
Octal252305202160422712445100
Binary101010101100010110000010111001000101011110101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC582; }

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

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

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

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

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

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

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

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