#AEB689

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

Shades of Caper #AEB689

Tints of Caper #AEB689

Color information

#AEB689 (or 0xAEB689) is unknown color: approx Caper. HEX triplet: AE, B6 and 89. RGB value is (174,182,137). Sum of RGB (Red+Green+Blue) = 174+182+137=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB689 is #514976. Grayscale: #AEAEAE. Windows color (decimal): -5327223 or 9025198. OLE color: 9025198.

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

Color convert

RGB174182137-
CMYK0.0400.250.29
HSL70.67º23.56%62.55%-
HSV(B)70.67º24.73%71.37%-
XYZ38.744.2630.17-
YUV174.48106.85127.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=35.29%
G=36.92%
B=27.79%

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
Decimal1741821370.0400.250.2970.6723.5662.55
HexAEB68940191D47183f
Octal2562662114031351073077
Binary10101110101101101000100110001100111101100011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB689; }

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

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

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

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

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

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

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

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