#AAC17A

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

Shades of Caper #AAC17A

Tints of Caper #AAC17A

Color information

#AAC17A (or 0xAAC17A) is unknown color: approx Caper. HEX triplet: AA, C1 and 7A. RGB value is (170,193,122). Sum of RGB (Red+Green+Blue) = 170+193+122=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC17A is #553E85. Grayscale: #B2B2B2. Windows color (decimal): -5586566 or 8044970. OLE color: 8044970.

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

Color convert

RGB170193122-
CMYK0.1200.370.24
HSL79.44º36.41%61.76%-
HSV(B)79.44º36.79%75.69%-
XYZ39.1648.0925.63-
YUV178.0396.38122.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=35.05%
G=39.79%
B=25.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931220.1200.370.2479.4436.4161.76
HexAAC17AC025184f243e
Octal25230117214045301174476
Binary1010101011000001111101011000100101110001001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC17A; }

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

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

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

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

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

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

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

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