#AEC383

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

Shades of Caper #AEC383

Tints of Caper #AEC383

Color information

#AEC383 (or 0xAEC383) is unknown color: approx Caper. HEX triplet: AE, C3 and 83. RGB value is (174,195,131). Sum of RGB (Red+Green+Blue) = 174+195+131=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC383 is #513C7C. Grayscale: #B5B5B5. Windows color (decimal): -5323901 or 8635310. OLE color: 8635310.

HSL color Cylindrical-coordinate representation of color #AEC383: hue angle of 79.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEC383 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB174195131-
CMYK0.1100.330.24
HSL79.69º34.78%63.92%-
HSV(B)79.69º32.82%76.47%-
XYZ41.0749.6728.9-
YUV181.4299.54122.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=34.8%
G=39%
B=26.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951310.1100.330.2479.6934.7863.92
HexAEC383B02118502340
Octal256303203130413012043100
Binary101011101100001110000011101101000011100010100001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC383; }

 p { color: rgb(174,195,131); }

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

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

 a { background-color: rgb(174,195,131); }

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

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

 span { border-color: rgb(174,195,131); }

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