#AEC18B

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

Shades of Caper #AEC18B

Tints of Caper #AEC18B

Color information

#AEC18B (or 0xAEC18B) is unknown color: approx Caper. HEX triplet: AE, C1 and 8B. RGB value is (174,193,139). Sum of RGB (Red+Green+Blue) = 174+193+139=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC18B is #513E74. Grayscale: #B5B5B5. Windows color (decimal): -5324405 or 9159086. OLE color: 9159086.

HSL color Cylindrical-coordinate representation of color #AEC18B: hue angle of 81.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC18B is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB174193139-
CMYK0.1000.280.24
HSL81.11º30.34%65.1%-
HSV(B)81.11º27.98%75.69%-
XYZ41.194931.71-
YUV181.16104.21122.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=34.39%
G=38.14%
B=27.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931390.1000.280.2481.1130.3465.1
HexAEC18BA01C18511e41
Octal256301213120343012136101
Binary1010111011000001100010111010011100110001010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC18B; }

 p { color: rgb(174,193,139); }

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

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

 a { background-color: rgb(174,193,139); }

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

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

 span { border-color: rgb(174,193,139); }

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