#AEB580

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

Shades of Caper #AEB580

Tints of Caper #AEB580

Color information

#AEB580 (or 0xAEB580) is unknown color: approx Caper. HEX triplet: AE, B5 and 80. RGB value is (174,181,128). Sum of RGB (Red+Green+Blue) = 174+181+128=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB580 is #514A7F. Grayscale: #ADADAD. Windows color (decimal): -5327488 or 8435118. OLE color: 8435118.

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

Color convert

RGB174181128-
CMYK0.0400.290.29
HSL67.92º26.37%60.59%-
HSV(B)67.92º29.28%70.98%-
XYZ37.8843.626.84-
YUV172.86102.68128.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=36.02%
G=37.47%
B=26.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811280.0400.290.2967.9226.3760.59
HexAEB580401D1D441a3d
Octal2562652004035351043275
Binary10101110101101011000000010001110111101100010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB580; }

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

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

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

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

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

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

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

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