#AAC189

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

Shades of Caper #AAC189

Tints of Caper #AAC189

Color information

#AAC189 (or 0xAAC189) is unknown color: approx Caper. HEX triplet: AA, C1 and 89. RGB value is (170,193,137). Sum of RGB (Red+Green+Blue) = 170+193+137=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC189 is #553E76. Grayscale: #B3B3B3. Windows color (decimal): -5586551 or 9028010. OLE color: 9028010.

HSL color Cylindrical-coordinate representation of color #AAC189: hue angle of 84.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC189 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB170193137-
CMYK0.1200.290.24
HSL84.64º31.11%64.71%-
HSV(B)84.64º29.02%75.69%-
XYZ40.1648.4930.91-
YUV179.74103.88121.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=34%
G=38.6%
B=27.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931370.1200.290.2484.6431.1164.71
HexAAC189C01D18551f41
Octal252301211140353012537101
Binary1010101011000001100010011100011101110001010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC189; }

 p { color: rgb(170,193,137); }

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

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

 a { background-color: rgb(170,193,137); }

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

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

 span { border-color: rgb(170,193,137); }

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