#AEBC90

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

Shades of Caper #AEBC90

Tints of Caper #AEBC90

Color information

#AEBC90 (or 0xAEBC90) is unknown color: approx Caper. HEX triplet: AE, BC and 90. RGB value is (174,188,144). Sum of RGB (Red+Green+Blue) = 174+188+144=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC90 is #51436F. Grayscale: #B2B2B2. Windows color (decimal): -5325680 or 9485486. OLE color: 9485486.

HSL color Cylindrical-coordinate representation of color #AEBC90: hue angle of 79.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBC90 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB174188144-
CMYK0.0700.230.26
HSL79.09º24.72%65.1%-
HSV(B)79.09º23.4%73.73%-
XYZ40.4746.9833.32-
YUV178.8108.36124.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=34.39%
G=37.15%
B=28.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881440.0700.230.2679.0924.7265.1
HexAEBC9070171A4f1941
Octal25627422070273211731101
Binary101011101011110010010000111010111110101001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC90; }

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

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

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

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

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

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

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

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