#AAC176

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

Shades of Caper #AAC176

Tints of Caper #AAC176

Color information

#AAC176 (or 0xAAC176) is unknown color: approx Caper. HEX triplet: AA, C1 and 76. RGB value is (170,193,118). Sum of RGB (Red+Green+Blue) = 170+193+118=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC176 is #553E89. Grayscale: #B1B1B1. Windows color (decimal): -5586570 or 7782826. OLE color: 7782826.

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

Color convert

RGB170193118-
CMYK0.1200.390.24
HSL78.4º37.69%60.98%-
HSV(B)78.4º38.86%75.69%-
XYZ38.9247.9924.35-
YUV177.5794.38122.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=35.34%
G=40.12%
B=24.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931180.1200.390.2478.437.6960.98
HexAAC176C027184e263d
Octal25230116614047301164675
Binary1010101011000001111011011000100111110001001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC176; }

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

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

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

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

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

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

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

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