#AABC72

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

Shades of Caper #AABC72

Tints of Caper #AABC72

Color information

#AABC72 (or 0xAABC72) is unknown color: approx Caper. HEX triplet: AA, BC and 72. RGB value is (170,188,114). Sum of RGB (Red+Green+Blue) = 170+188+114=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC72 is #55438D. Grayscale: #AEAEAE. Windows color (decimal): -5587854 or 7519402. OLE color: 7519402.

HSL color Cylindrical-coordinate representation of color #AABC72: hue angle of 74.59º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AABC72 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB170188114-
CMYK0.1000.390.26
HSL74.59º35.58%59.22%-
HSV(B)74.59º39.36%73.73%-
XYZ37.645.7322.76-
YUV174.1894.04125.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=36.02%
G=39.83%
B=24.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881140.1000.390.2674.5935.5859.22
HexAABC72A0271A4b243b
Octal25227416212047321134473
Binary1010101010111100111001010100100111110101001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC72; }

 p { color: rgb(170,188,114); }

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

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

 a { background-color: rgb(170,188,114); }

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

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

 span { border-color: rgb(170,188,114); }

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