#AAC070

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

Shades of Caper #AAC070

Tints of Caper #AAC070

Color information

#AAC070 (or 0xAAC070) is unknown color: approx Caper. HEX triplet: AA, C0 and 70. RGB value is (170,192,112). Sum of RGB (Red+Green+Blue) = 170+192+112=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC070 is #553F8F. Grayscale: #B0B0B0. Windows color (decimal): -5586832 or 7389354. OLE color: 7389354.

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

Color convert

RGB170192112-
CMYK0.1100.420.25
HSL76.5º38.83%59.61%-
HSV(B)76.5º41.67%75.29%-
XYZ38.3547.4222.46-
YUV176.391.71123.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=35.86%
G=40.51%
B=23.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921120.1100.420.2576.538.8359.61
HexAAC070B02A194c273c
Octal25230016013052311144774
Binary1010101011000000111000010110101010110011001100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC070; }

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

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

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

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

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

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

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

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