#A39BAB

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

Shades of East Side #A39BAB

Tints of East Side #A39BAB

Color information

#A39BAB (or 0xA39BAB) is unknown color: approx East Side. HEX triplet: A3, 9B and AB. RGB value is (163,155,171). Sum of RGB (Red+Green+Blue) = 163+155+171=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A39BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAB is #5C6454. Grayscale: #9F9F9F. Windows color (decimal): -6054997 or 11246499. OLE color: 11246499.

HSL color Cylindrical-coordinate representation of color #A39BAB: hue angle of 270º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A39BAB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163155171-
CMYK0.050.0900.33
HSL270º8.7%63.92%-
HSV(B)270º9.36%67.06%-
XYZ34.1834.1743.32-
YUV159.22134.65130.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=33.33%
G=31.70%
B=34.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631551710.050.0900.332708.763.92
HexA39BAB5902110e940
Octal24323325351104141611100
Binary1010001110011011101010111011001010000110000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BAB; }

 p { color: rgb(163,155,171); }

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

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

 a { background-color: rgb(163,155,171); }

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

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

 span { border-color: rgb(163,155,171); }

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