#AEB583

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

Shades of Caper #AEB583

Tints of Caper #AEB583

Color information

#AEB583 (or 0xAEB583) is unknown color: approx Caper. HEX triplet: AE, B5 and 83. RGB value is (174,181,131). Sum of RGB (Red+Green+Blue) = 174+181+131=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB583 is #514A7C. Grayscale: #ADADAD. Windows color (decimal): -5327485 or 8631726. OLE color: 8631726.

HSL color Cylindrical-coordinate representation of color #AEB583: hue angle of 68.4º degrees, saturation: 0.25, 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 #AEB583 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB174181131-
CMYK0.0400.280.29
HSL68.4º25.25%61.18%-
HSV(B)68.4º27.62%70.98%-
XYZ38.0843.6927.9-
YUV173.21104.18128.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=35.80%
G=37.24%
B=26.95%

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
Decimal1741811310.0400.280.2968.425.2561.18
HexAEB583401C1D44193d
Octal2562652034034351043175
Binary10101110101101011000001110001110011101100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB583; }

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

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

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

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

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

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

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

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