#AAC17E

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

Shades of Caper #AAC17E

Tints of Caper #AAC17E

Color information

#AAC17E (or 0xAAC17E) is unknown color: approx Caper. HEX triplet: AA, C1 and 7E. RGB value is (170,193,126). Sum of RGB (Red+Green+Blue) = 170+193+126=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC17E is #553E81. Grayscale: #B2B2B2. Windows color (decimal): -5586562 or 8307114. OLE color: 8307114.

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

Color convert

RGB170193126-
CMYK0.1200.350.24
HSL80.6º35.08%62.55%-
HSV(B)80.6º34.72%75.69%-
XYZ39.4148.1926.96-
YUV178.4898.38121.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=34.76%
G=39.47%
B=25.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931260.1200.350.2480.635.0862.55
HexAAC17EC0231851233f
Octal25230117614043301214377
Binary1010101011000001111111011000100011110001010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC17E; }

 p { color: rgb(170,193,126); }

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

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

 a { background-color: rgb(170,193,126); }

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

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

 span { border-color: rgb(170,193,126); }

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