#AEBD88

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

Shades of Caper #AEBD88

Tints of Caper #AEBD88

Color information

#AEBD88 (or 0xAEBD88) is unknown color: approx Caper. HEX triplet: AE, BD and 88. RGB value is (174,189,136). Sum of RGB (Red+Green+Blue) = 174+189+136=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD88 is #514277. Grayscale: #B2B2B2. Windows color (decimal): -5325432 or 8961454. OLE color: 8961454.

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

Color convert

RGB174189136-
CMYK0.0800.280.26
HSL76.98º28.65%63.73%-
HSV(B)76.98º28.04%74.12%-
XYZ40.147.1730.28-
YUV178.47104.03124.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=34.87%
G=37.88%
B=27.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891360.0800.280.2676.9828.6563.73
HexAEBD88801C1A4d1d40
Octal256275210100343211535100
Binary1010111010111101100010001000011100110101001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD88; }

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

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

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

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

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

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

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

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