#AEC082

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

Shades of Caper #AEC082

Tints of Caper #AEC082

Color information

#AEC082 (or 0xAEC082) is unknown color: approx Caper. HEX triplet: AE, C0 and 82. RGB value is (174,192,130). Sum of RGB (Red+Green+Blue) = 174+192+130=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC082 is #513F7D. Grayscale: #B3B3B3. Windows color (decimal): -5324670 or 8569006. OLE color: 8569006.

HSL color Cylindrical-coordinate representation of color #AEC082: hue angle of 77.42º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC082 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB174192130-
CMYK0.0900.320.25
HSL77.42º32.98%63.14%-
HSV(B)77.42º32.29%75.29%-
XYZ40.3348.3128.32-
YUV179.55100.04124.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=35.08%
G=38.71%
B=26.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921300.0900.320.2577.4232.9863.14
HexAEC0829020194d213f
Octal25630020211040311154177
Binary10101110110000001000001010010100000110011001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC082; }

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

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

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

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

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

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

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

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