#AAC577

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

Shades of Caper #AAC577

Tints of Caper #AAC577

Color information

#AAC577 (or 0xAAC577) is unknown color: approx Caper. HEX triplet: AA, C5 and 77. RGB value is (170,197,119). Sum of RGB (Red+Green+Blue) = 170+197+119=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC577 is #553A88. Grayscale: #B4B4B4. Windows color (decimal): -5585545 or 7849386. OLE color: 7849386.

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

Color convert

RGB170197119-
CMYK0.1400.400.23
HSL80.77º40.21%61.96%-
HSV(B)80.77º39.59%77.25%-
XYZ39.8749.8124.97-
YUV180.0493.55120.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=34.98%
G=40.53%
B=24.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971190.1400.400.2380.7740.2161.96
HexAAC577E0281751283e
Octal25230516716050271215076
Binary1010101011000101111011111100101000101111010001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC577; }

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

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

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

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

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

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

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

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