#AAC071

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

Shades of Caper #AAC071

Tints of Caper #AAC071

Color information

#AAC071 (or 0xAAC071) is unknown color: approx Caper. HEX triplet: AA, C0 and 71. RGB value is (170,192,113). Sum of RGB (Red+Green+Blue) = 170+192+113=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC071 is #553F8E. Grayscale: #B0B0B0. Windows color (decimal): -5586831 or 7454890. OLE color: 7454890.

HSL color Cylindrical-coordinate representation of color #AAC071: hue angle of 76.71º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC071 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB170192113-
CMYK0.1100.410.25
HSL76.71º38.54%59.8%-
HSV(B)76.71º41.15%75.29%-
XYZ38.4147.4422.75-
YUV176.4292.21123.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=35.79%
G=40.42%
B=23.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921130.1100.410.2576.7138.5459.8
HexAAC071B029194d273c
Octal25230016113051311154774
Binary1010101011000000111000110110101001110011001101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC071; }

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

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

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

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

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

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

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

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