#AEB780

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

Shades of Caper #AEB780

Tints of Caper #AEB780

Color information

#AEB780 (or 0xAEB780) is unknown color: approx Caper. HEX triplet: AE, B7 and 80. RGB value is (174,183,128). Sum of RGB (Red+Green+Blue) = 174+183+128=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB780 is #51487F. Grayscale: #AEAEAE. Windows color (decimal): -5326976 or 8435630. OLE color: 8435630.

HSL color Cylindrical-coordinate representation of color #AEB780: hue angle of 69.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB780 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB174183128-
CMYK0.0500.300.28
HSL69.82º27.64%60.98%-
HSV(B)69.82º30.05%71.76%-
XYZ38.2944.4226.98-
YUV174.04102.02127.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=35.88%
G=37.73%
B=26.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831280.0500.300.2869.8227.6460.98
HexAEB780501E1C461c3d
Octal2562672005036341063475
Binary10101110101101111000000010101111011100100011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB780; }

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

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

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

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

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

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

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

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