#AEBE88

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

Shades of Caper #AEBE88

Tints of Caper #AEBE88

Color information

#AEBE88 (or 0xAEBE88) is unknown color: approx Caper. HEX triplet: AE, BE and 88. RGB value is (174,190,136). Sum of RGB (Red+Green+Blue) = 174+190+136=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE88 is #514177. Grayscale: #B3B3B3. Windows color (decimal): -5325176 or 8961710. OLE color: 8961710.

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

Color convert

RGB174190136-
CMYK0.0800.280.25
HSL77.78º29.35%63.92%-
HSV(B)77.78º28.42%74.51%-
XYZ40.3147.630.36-
YUV179.06103.7124.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=34.8%
G=38%
B=27.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901360.0800.280.2577.7829.3563.92
HexAEBE88801C194e1d40
Octal256276210100343111635100
Binary1010111010111110100010001000011100110011001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE88; }

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

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

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

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

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

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

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

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