#AEC477

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

Shades of Caper #AEC477

Tints of Caper #AEC477

Color information

#AEC477 (or 0xAEC477) is unknown color: approx Caper. HEX triplet: AE, C4 and 77. RGB value is (174,196,119). Sum of RGB (Red+Green+Blue) = 174+196+119=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC477 is #513B88. Grayscale: #B4B4B4. Windows color (decimal): -5323657 or 7849134. OLE color: 7849134.

HSL color Cylindrical-coordinate representation of color #AEC477: hue angle of 77.14º 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 #AEC477 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB174196119-
CMYK0.1100.390.23
HSL77.14º39.49%61.76%-
HSV(B)77.14º39.29%76.86%-
XYZ40.5349.8124.93-
YUV180.6493.21123.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=35.58%
G=40.08%
B=24.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961190.1100.390.2377.1439.4961.76
HexAEC477B027174d273e
Octal25630416713047271154776
Binary1010111011000100111011110110100111101111001101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC477; }

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

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

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

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

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

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

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

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