#AEB688

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

Shades of Caper #AEB688

Tints of Caper #AEB688

Color information

#AEB688 (or 0xAEB688) is unknown color: approx Caper. HEX triplet: AE, B6 and 88. RGB value is (174,182,136). Sum of RGB (Red+Green+Blue) = 174+182+136=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB688 is #514977. Grayscale: #AEAEAE. Windows color (decimal): -5327224 or 8959662. OLE color: 8959662.

HSL color Cylindrical-coordinate representation of color #AEB688: hue angle of 70.43º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB688 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB174182136-
CMYK0.0400.250.29
HSL70.43º23.96%62.35%-
HSV(B)70.43º25.27%71.37%-
XYZ38.6344.2329.79-
YUV174.36106.35127.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=35.37%
G=36.99%
B=27.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821360.0400.250.2970.4323.9662.35
HexAEB68840191D46183e
Octal2562662104031351063076
Binary10101110101101101000100010001100111101100011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB688; }

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

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

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

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

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

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

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

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