#AAC871

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

Shades of Caper #AAC871

Tints of Caper #AAC871

Color information

#AAC871 (or 0xAAC871) is unknown color: approx Caper. HEX triplet: AA, C8 and 71. RGB value is (170,200,113). Sum of RGB (Red+Green+Blue) = 170+200+113=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC871 is #55378E. Grayscale: #B5B5B5. Windows color (decimal): -5584783 or 7456938. OLE color: 7456938.

HSL color Cylindrical-coordinate representation of color #AAC871: hue angle of 80.69º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC871 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB170200113-
CMYK0.1500.440.22
HSL80.69º44.16%61.37%-
HSV(B)80.69º43.5%78.43%-
XYZ40.2151.0523.36-
YUV181.1189.56120.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=35.20%
G=41.41%
B=23.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001130.1500.440.2280.6944.1661.37
HexAAC871F02C16512c3d
Octal25231016117054261215475
Binary1010101011001000111000111110101100101101010001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC871; }

 p { color: rgb(170,200,113); }

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

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

 a { background-color: rgb(170,200,113); }

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

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

 span { border-color: rgb(170,200,113); }

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