#AEBB8E

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

Shades of Caper #AEBB8E

Tints of Caper #AEBB8E

Color information

#AEBB8E (or 0xAEBB8E) is unknown color: approx Caper. HEX triplet: AE, BB and 8E. RGB value is (174,187,142). Sum of RGB (Red+Green+Blue) = 174+187+142=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB8E is #514471. Grayscale: #B2B2B2. Windows color (decimal): -5325938 or 9354158. OLE color: 9354158.

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

Color convert

RGB174187142-
CMYK0.0700.240.27
HSL77.33º24.86%64.51%-
HSV(B)77.33º24.06%73.33%-
XYZ40.1146.4932.45-
YUV177.98107.69125.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=34.59%
G=37.18%
B=28.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871420.0700.240.2777.3324.8664.51
HexAEBB8E70181B4d1941
Octal25627321670303311531101
Binary101011101011101110001110111011000110111001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB8E; }

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

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

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

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

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

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

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

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