#AAC47E

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

Shades of Caper #AAC47E

Tints of Caper #AAC47E

Color information

#AAC47E (or 0xAAC47E) is unknown color: approx Caper. HEX triplet: AA, C4 and 7E. RGB value is (170,196,126). Sum of RGB (Red+Green+Blue) = 170+196+126=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC47E is #553B81. Grayscale: #B4B4B4. Windows color (decimal): -5585794 or 8307882. OLE color: 8307882.

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

Color convert

RGB170196126-
CMYK0.1300.360.23
HSL82.29º37.23%63.14%-
HSV(B)82.29º35.71%76.86%-
XYZ40.0849.5327.19-
YUV180.2597.39120.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 196 (76.95% from 255) = 39.84%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=34.55%
G=39.84%
B=25.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961260.1300.360.2382.2937.2363.14
HexAAC47ED0241752253f
Octal25230417615044271224577
Binary1010101011000100111111011010100100101111010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC47E; }

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

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

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

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

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

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

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

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