#AEB584

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

Shades of Caper #AEB584

Tints of Caper #AEB584

Color information

#AEB584 (or 0xAEB584) is unknown color: approx Caper. HEX triplet: AE, B5 and 84. RGB value is (174,181,132). Sum of RGB (Red+Green+Blue) = 174+181+132=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB584 is #514A7B. Grayscale: #ADADAD. Windows color (decimal): -5327484 or 8697262. OLE color: 8697262.

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

Color convert

RGB174181132-
CMYK0.0400.270.29
HSL68.57º24.87%61.37%-
HSV(B)68.57º27.07%70.98%-
XYZ38.1443.7128.26-
YUV173.32104.68128.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=35.73%
G=37.17%
B=27.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811320.0400.270.2968.5724.8761.37
HexAEB584401B1D45193d
Octal2562652044033351053175
Binary10101110101101011000010010001101111101100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB584; }

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

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

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

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

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

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

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

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