#AEC090

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

Shades of Caper #AEC090

Tints of Caper #AEC090

Color information

#AEC090 (or 0xAEC090) is unknown color: approx Caper. HEX triplet: AE, C0 and 90. RGB value is (174,192,144). Sum of RGB (Red+Green+Blue) = 174+192+144=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC090 is #513F6F. Grayscale: #B5B5B5. Windows color (decimal): -5324656 or 9486510. OLE color: 9486510.

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

Color convert

RGB174192144-
CMYK0.0900.250.25
HSL82.5º27.59%65.88%-
HSV(B)82.5º25%75.29%-
XYZ41.3448.7133.61-
YUV181.15107.04122.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=34.12%
G=37.65%
B=28.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921440.0900.250.2582.527.5965.88
HexAEC090901919521c42
Octal256300220110313112234102
Binary1010111011000000100100001001011001110011010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC090; }

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

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

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

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

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

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

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

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