#AEB680

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

Shades of Caper #AEB680

Tints of Caper #AEB680

Color information

#AEB680 (or 0xAEB680) is unknown color: approx Caper. HEX triplet: AE, B6 and 80. RGB value is (174,182,128). Sum of RGB (Red+Green+Blue) = 174+182+128=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB680 is #51497F. Grayscale: #ADADAD. Windows color (decimal): -5327232 or 8435374. OLE color: 8435374.

HSL color Cylindrical-coordinate representation of color #AEB680: hue angle of 68.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB680 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB174182128-
CMYK0.0400.300.29
HSL68.89º27%60.78%-
HSV(B)68.89º29.67%71.37%-
XYZ38.0844.0126.91-
YUV173.45102.35128.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=35.95%
G=37.60%
B=26.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821280.0400.300.2968.892760.78
HexAEB680401E1D451b3d
Octal2562662004036351053375
Binary10101110101101101000000010001111011101100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB680; }

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

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

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

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

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

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

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

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