#A48EAB

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

Shades of East Side #A48EAB

Tints of East Side #A48EAB

Color information

#A48EAB (or 0xA48EAB) is unknown color: approx East Side. HEX triplet: A4, 8E and AB. RGB value is (164,142,171). Sum of RGB (Red+Green+Blue) = 164+142+171=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EAB is #5B7154. Grayscale: #979797. Windows color (decimal): -5992789 or 11243172. OLE color: 11243172.

HSL color Cylindrical-coordinate representation of color #A48EAB: hue angle of 285.52º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48EAB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164142171-
CMYK0.040.1700.33
HSL285.52º14.72%61.37%-
HSV(B)285.52º16.96%67.06%-
XYZ32.3330.1842.65-
YUV151.88138.79136.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=34.38%
G=29.77%
B=35.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641421710.040.1700.33285.5214.7261.37
HexA48EAB41102111ef3d
Octal2442162534210414361775
Binary1010010010001110101010111001000101000011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EAB; }

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

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

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

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

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

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

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

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