#AEC983

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

Shades of Caper #AEC983

Tints of Caper #AEC983

Color information

#AEC983 (or 0xAEC983) is unknown color: approx Caper. HEX triplet: AE, C9 and 83. RGB value is (174,201,131). Sum of RGB (Red+Green+Blue) = 174+201+131=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC983 is #51367C. Grayscale: #B9B9B9. Windows color (decimal): -5322365 or 8636846. OLE color: 8636846.

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

Color convert

RGB174201131-
CMYK0.1300.350.21
HSL83.14º39.33%65.1%-
HSV(B)83.14º34.83%78.82%-
XYZ42.4452.4129.35-
YUV184.9597.55120.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=34.39%
G=39.72%
B=25.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011310.1300.350.2183.1439.3365.1
HexAEC983D02315532741
Octal256311203150432512347101
Binary101011101100100110000011110101000111010110100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC983; }

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

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

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

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

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

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

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

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