#A48AAB

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

Shades of East Side #A48AAB

Tints of East Side #A48AAB

Color information

#A48AAB (or 0xA48AAB) is unknown color: approx East Side. HEX triplet: A4, 8A and AB. RGB value is (164,138,171). Sum of RGB (Red+Green+Blue) = 164+138+171=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AAB is #5B7554. Grayscale: #959595. Windows color (decimal): -5993813 or 11242148. OLE color: 11242148.

HSL color Cylindrical-coordinate representation of color #A48AAB: hue angle of 287.27º 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 #A48AAB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164138171-
CMYK0.040.1900.33
HSL287.27º16.42%60.59%-
HSV(B)287.27º19.3%67.06%-
XYZ31.7529.0142.45-
YUV149.54140.11138.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=34.67%
G=29.18%
B=36.15%

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
Decimal1641381710.040.1900.33287.2716.4260.59
HexA48AAB41302111f103d
Octal2442122534230414372075
Binary10100100100010101010101110010011010000110001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AAB; }

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

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

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

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

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

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

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

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