#AEBB90

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

Shades of Caper #AEBB90

Tints of Caper #AEBB90

Color information

#AEBB90 (or 0xAEBB90) is unknown color: approx Caper. HEX triplet: AE, BB and 90. RGB value is (174,187,144). Sum of RGB (Red+Green+Blue) = 174+187+144=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB90 is #51446F. Grayscale: #B2B2B2. Windows color (decimal): -5325936 or 9485230. OLE color: 9485230.

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

Color convert

RGB174187144-
CMYK0.0700.230.27
HSL78.14º24.02%64.9%-
HSV(B)78.14º22.99%73.33%-
XYZ40.2646.5533.25-
YUV178.21108.69125-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=34.46%
G=37.03%
B=28.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871440.0700.230.2778.1424.0264.9
HexAEBB9070171B4e1841
Octal25627322070273311630101
Binary101011101011101110010000111010111110111001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB90; }

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

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

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

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

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

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

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

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