#AEBB8D

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

Shades of Caper #AEBB8D

Tints of Caper #AEBB8D

Color information

#AEBB8D (or 0xAEBB8D) is unknown color: approx Caper. HEX triplet: AE, BB and 8D. RGB value is (174,187,141). Sum of RGB (Red+Green+Blue) = 174+187+141=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB8D is #514472. Grayscale: #B2B2B2. Windows color (decimal): -5325939 or 9288622. OLE color: 9288622.

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

Color convert

RGB174187141-
CMYK0.0700.250.27
HSL76.96º25.27%64.31%-
HSV(B)76.96º24.6%73.33%-
XYZ40.0346.4632.06-
YUV177.87107.19125.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=34.66%
G=37.25%
B=28.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871410.0700.250.2776.9625.2764.31
HexAEBB8D70191B4d1940
Octal25627321570313311531100
Binary101011101011101110001101111011001110111001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB8D; }

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

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

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

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

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

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

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

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