#AEBD8B

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

Shades of Caper #AEBD8B

Tints of Caper #AEBD8B

Color information

#AEBD8B (or 0xAEBD8B) is unknown color: approx Caper. HEX triplet: AE, BD and 8B. RGB value is (174,189,139). Sum of RGB (Red+Green+Blue) = 174+189+139=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8B is #514274. Grayscale: #B2B2B2. Windows color (decimal): -5325429 or 9158062. OLE color: 9158062.

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

Color convert

RGB174189139-
CMYK0.0800.260.26
HSL78º27.47%64.31%-
HSV(B)78º26.46%74.12%-
XYZ40.3147.2631.42-
YUV178.82105.53124.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=34.66%
G=37.65%
B=27.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891390.0800.260.267827.4764.31
HexAEBD8B801A1A4e1b40
Octal256275213100323211633100
Binary1010111010111101100010111000011010110101001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD8B; }

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

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

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

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

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

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

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

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