#AAC277

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

Shades of Caper #AAC277

Tints of Caper #AAC277

Color information

#AAC277 (or 0xAAC277) is unknown color: approx Caper. HEX triplet: AA, C2 and 77. RGB value is (170,194,119). Sum of RGB (Red+Green+Blue) = 170+194+119=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC277 is #553D88. Grayscale: #B2B2B2. Windows color (decimal): -5586313 or 7848618. OLE color: 7848618.

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

Color convert

RGB170194119-
CMYK0.1200.390.24
HSL79.2º38.07%61.37%-
HSV(B)79.2º38.66%76.08%-
XYZ39.248.4624.74-
YUV178.2794.55122.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=35.20%
G=40.17%
B=24.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941190.1200.390.2479.238.0761.37
HexAAC277C027184f263d
Octal25230216714047301174675
Binary1010101011000010111011111000100111110001001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC277; }

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

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

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

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

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

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

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

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