#AEC083

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

Shades of Caper #AEC083

Tints of Caper #AEC083

Color information

#AEC083 (or 0xAEC083) is unknown color: approx Caper. HEX triplet: AE, C0 and 83. RGB value is (174,192,131). Sum of RGB (Red+Green+Blue) = 174+192+131=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC083 is #513F7C. Grayscale: #B3B3B3. Windows color (decimal): -5324669 or 8634542. OLE color: 8634542.

HSL color Cylindrical-coordinate representation of color #AEC083: hue angle of 77.7º 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 #AEC083 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB174192131-
CMYK0.0900.320.25
HSL77.7º32.62%63.33%-
HSV(B)77.7º31.77%75.29%-
XYZ40.448.3428.67-
YUV179.66100.54123.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=35.01%
G=38.63%
B=26.36%

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
Decimal1741921310.0900.320.2577.732.6263.33
HexAEC0839020194e213f
Octal25630020311040311164177
Binary10101110110000001000001110010100000110011001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC083; }

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

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

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

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

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

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

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

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