#AAC382

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

Shades of Caper #AAC382

Tints of Caper #AAC382

Color information

#AAC382 (or 0xAAC382) is unknown color: approx Caper. HEX triplet: AA, C3 and 82. RGB value is (170,195,130). Sum of RGB (Red+Green+Blue) = 170+195+130=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC382 is #553C7D. Grayscale: #B4B4B4. Windows color (decimal): -5586046 or 8569770. OLE color: 8569770.

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

Color convert

RGB170195130-
CMYK0.1300.330.24
HSL83.08º35.14%63.73%-
HSV(B)83.08º33.33%76.47%-
XYZ40.1249.1928.5-
YUV180.1199.72120.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=34.34%
G=39.39%
B=26.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951300.1300.330.2483.0835.1463.73
HexAAC382D02118532340
Octal252303202150413012343100
Binary101010101100001110000010110101000011100010100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC382; }

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

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

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

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

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

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

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

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