#AAC570

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

Shades of Caper #AAC570

Tints of Caper #AAC570

Color information

#AAC570 (or 0xAAC570) is unknown color: approx Caper. HEX triplet: AA, C5 and 70. RGB value is (170,197,112). Sum of RGB (Red+Green+Blue) = 170+197+112=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC570 is #553A8F. Grayscale: #B3B3B3. Windows color (decimal): -5585552 or 7390634. OLE color: 7390634.

HSL color Cylindrical-coordinate representation of color #AAC570: hue angle of 79.06º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC570 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB170197112-
CMYK0.1400.430.23
HSL79.06º42.29%60.59%-
HSV(B)79.06º43.15%77.25%-
XYZ39.4749.6522.83-
YUV179.2490.05121.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=35.49%
G=41.13%
B=23.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971120.1400.430.2379.0642.2960.59
HexAAC570E02B174f2a3d
Octal25230516016053271175275
Binary1010101011000101111000011100101011101111001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC570; }

 p { color: rgb(170,197,112); }

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

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

 a { background-color: rgb(170,197,112); }

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

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

 span { border-color: rgb(170,197,112); }

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