#AEC771

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

Shades of Caper #AEC771

Tints of Caper #AEC771

Color information

#AEC771 (or 0xAEC771) is unknown color: approx Caper. HEX triplet: AE, C7 and 71. RGB value is (174,199,113). Sum of RGB (Red+Green+Blue) = 174+199+113=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC771 is #51388E. Grayscale: #B6B6B6. Windows color (decimal): -5322895 or 7456686. OLE color: 7456686.

HSL color Cylindrical-coordinate representation of color #AEC771: hue angle of 77.44º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEC771 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB174199113-
CMYK0.1300.430.22
HSL77.44º43.43%61.18%-
HSV(B)77.44º43.22%78.04%-
XYZ40.8651.0423.32-
YUV181.7289.22122.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=35.80%
G=40.95%
B=23.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991130.1300.430.2277.4443.4361.18
HexAEC771D02B164d2b3d
Octal25630716115053261155375
Binary1010111011000111111000111010101011101101001101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC771; }

 p { color: rgb(174,199,113); }

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

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

 a { background-color: rgb(174,199,113); }

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

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

 span { border-color: rgb(174,199,113); }

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