#A48BAB

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

Shades of East Side #A48BAB

Tints of East Side #A48BAB

Color information

#A48BAB (or 0xA48BAB) is unknown color: approx East Side. HEX triplet: A4, 8B and AB. RGB value is (164,139,171). Sum of RGB (Red+Green+Blue) = 164+139+171=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BAB is #5B7454. Grayscale: #969696. Windows color (decimal): -5993557 or 11242404. OLE color: 11242404.

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

Color convert

RGB164139171-
CMYK0.040.1900.33
HSL286.88º16%60.78%-
HSV(B)286.88º18.71%67.06%-
XYZ31.8929.342.5-
YUV150.12139.78137.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=34.60%
G=29.32%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641391710.040.1900.33286.881660.78
HexA48BAB41302111f103d
Octal2442132534230414372075
Binary10100100100010111010101110010011010000110001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BAB; }

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

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

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

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

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

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

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

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