#AEBE8B

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

Shades of Caper #AEBE8B

Tints of Caper #AEBE8B

Color information

#AEBE8B (or 0xAEBE8B) is unknown color: approx Caper. HEX triplet: AE, BE and 8B. RGB value is (174,190,139). Sum of RGB (Red+Green+Blue) = 174+190+139=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE8B is #514174. Grayscale: #B3B3B3. Windows color (decimal): -5325173 or 9158318. OLE color: 9158318.

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

Color convert

RGB174190139-
CMYK0.0800.270.25
HSL78.82º28.18%64.51%-
HSV(B)78.82º26.84%74.51%-
XYZ40.5347.6931.5-
YUV179.4105.2124.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=34.59%
G=37.77%
B=27.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901390.0800.270.2578.8228.1864.51
HexAEBE8B801B194f1c41
Octal256276213100333111734101
Binary1010111010111110100010111000011011110011001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE8B; }

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

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

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

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

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

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

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

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