#AEBD8C

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

Shades of Caper #AEBD8C

Tints of Caper #AEBD8C

Color information

#AEBD8C (or 0xAEBD8C) is unknown color: approx Caper. HEX triplet: AE, BD and 8C. RGB value is (174,189,140). Sum of RGB (Red+Green+Blue) = 174+189+140=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8C is #514273. Grayscale: #B3B3B3. Windows color (decimal): -5325428 or 9223598. OLE color: 9223598.

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

Color convert

RGB174189140-
CMYK0.0800.260.26
HSL78.37º27.07%64.51%-
HSV(B)78.37º25.93%74.12%-
XYZ40.3947.2931.81-
YUV178.93106.03124.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=34.59%
G=37.57%
B=27.83%

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
Decimal1741891400.0800.260.2678.3727.0764.51
HexAEBD8C801A1A4e1b41
Octal256275214100323211633101
Binary1010111010111101100011001000011010110101001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD8C; }

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

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

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

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

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

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

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

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