#AEC782

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

Shades of Caper #AEC782

Tints of Caper #AEC782

Color information

#AEC782 (or 0xAEC782) is unknown color: approx Caper. HEX triplet: AE, C7 and 82. RGB value is (174,199,130). Sum of RGB (Red+Green+Blue) = 174+199+130=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC782 is #51387D. Grayscale: #B7B7B7. Windows color (decimal): -5322878 or 8570798. OLE color: 8570798.

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

Color convert

RGB174199130-
CMYK0.1300.350.22
HSL81.74º38.12%64.51%-
HSV(B)81.74º34.67%78.04%-
XYZ41.9151.4628.84-
YUV183.6697.72121.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=34.59%
G=39.56%
B=25.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991300.1300.350.2281.7438.1264.51
HexAEC782D02316522641
Octal256307202150432612246101
Binary101011101100011110000010110101000111011010100101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC782; }

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

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

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

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

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

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

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

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