#A48EAE

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

Shades of East Side #A48EAE

Tints of East Side #A48EAE

Color information

#A48EAE (or 0xA48EAE) is unknown color: approx East Side. HEX triplet: A4, 8E and AE. RGB value is (164,142,174). Sum of RGB (Red+Green+Blue) = 164+142+174=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A48EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EAE is #5B7151. Grayscale: #989898. Windows color (decimal): -5992786 or 11439780. OLE color: 11439780.

HSL color Cylindrical-coordinate representation of color #A48EAE: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48EAE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164142174-
CMYK0.060.1800.32
HSL281.25º16.49%61.96%-
HSV(B)281.25º18.39%68.24%-
XYZ32.6230.2944.17-
YUV152.23140.29136.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=34.17%
G=29.58%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641421740.060.1800.32281.2516.4961.96
HexA48EAE612020119103e
Octal2442162566220404312076
Binary10100100100011101010111011010010010000010001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EAE; }

 p { color: rgb(164,142,174); }

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

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

 a { background-color: rgb(164,142,174); }

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

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

 span { border-color: rgb(164,142,174); }

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