#AEBB8B

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

Shades of Caper #AEBB8B

Tints of Caper #AEBB8B

Color information

#AEBB8B (or 0xAEBB8B) is unknown color: approx Caper. HEX triplet: AE, BB and 8B. RGB value is (174,187,139). Sum of RGB (Red+Green+Blue) = 174+187+139=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB8B is #514474. Grayscale: #B1B1B1. Windows color (decimal): -5325941 or 9157550. OLE color: 9157550.

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

Color convert

RGB174187139-
CMYK0.0700.260.27
HSL76.25º26.09%63.92%-
HSV(B)76.25º25.67%73.33%-
XYZ39.8946.431.28-
YUV177.64106.19125.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=34.8%
G=37.4%
B=27.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871390.0700.260.2776.2526.0963.92
HexAEBB8B701A1B4c1a40
Octal25627321370323311432100
Binary101011101011101110001011111011010110111001100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB8B; }

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

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

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

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

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

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

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

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