#AAC279

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

Shades of Caper #AAC279

Tints of Caper #AAC279

Color information

#AAC279 (or 0xAAC279) is unknown color: approx Caper. HEX triplet: AA, C2 and 79. RGB value is (170,194,121). Sum of RGB (Red+Green+Blue) = 170+194+121=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC279 is #553D86. Grayscale: #B2B2B2. Windows color (decimal): -5586311 or 7979690. OLE color: 7979690.

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

Color convert

RGB170194121-
CMYK0.1200.380.24
HSL79.73º37.44%61.76%-
HSV(B)79.73º37.63%76.08%-
XYZ39.3248.5125.38-
YUV178.595.55121.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=35.05%
G=40%
B=24.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941210.1200.380.2479.7337.4461.76
HexAAC279C0261850253e
Octal25230217114046301204576
Binary1010101011000010111100111000100110110001010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC279; }

 p { color: rgb(170,194,121); }

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

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

 a { background-color: rgb(170,194,121); }

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

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

 span { border-color: rgb(170,194,121); }

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