#AEB582

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

Shades of Caper #AEB582

Tints of Caper #AEB582

Color information

#AEB582 (or 0xAEB582) is unknown color: approx Caper. HEX triplet: AE, B5 and 82. RGB value is (174,181,130). Sum of RGB (Red+Green+Blue) = 174+181+130=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB582 is #514A7D. Grayscale: #ADADAD. Windows color (decimal): -5327486 or 8566190. OLE color: 8566190.

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

Color convert

RGB174181130-
CMYK0.0400.280.29
HSL68.24º25.63%60.98%-
HSV(B)68.24º28.18%70.98%-
XYZ38.0143.6627.54-
YUV173.09103.68128.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=35.88%
G=37.32%
B=26.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811300.0400.280.2968.2425.6360.98
HexAEB582401C1D441a3d
Octal2562652024034351043275
Binary10101110101101011000001010001110011101100010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB582; }

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

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

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

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

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

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

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

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