#AAC477

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

Shades of Caper #AAC477

Tints of Caper #AAC477

Color information

#AAC477 (or 0xAAC477) is unknown color: approx Caper. HEX triplet: AA, C4 and 77. RGB value is (170,196,119). Sum of RGB (Red+Green+Blue) = 170+196+119=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC477 is #553B88. Grayscale: #B3B3B3. Windows color (decimal): -5585801 or 7849130. OLE color: 7849130.

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

Color convert

RGB170196119-
CMYK0.1300.390.23
HSL80.26º39.49%61.76%-
HSV(B)80.26º39.29%76.86%-
XYZ39.6549.3624.89-
YUV179.4593.89121.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=35.05%
G=40.41%
B=24.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961190.1300.390.2380.2639.4961.76
HexAAC477D0271750273e
Octal25230416715047271204776
Binary1010101011000100111011111010100111101111010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC477; }

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

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

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

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

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

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

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

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