#A38CAB

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

Shades of East Side #A38CAB

Tints of East Side #A38CAB

Color information

#A38CAB (or 0xA38CAB) is unknown color: approx East Side. HEX triplet: A3, 8C and AB. RGB value is (163,140,171). Sum of RGB (Red+Green+Blue) = 163+140+171=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 140 (55.08% from 255 or 29.54% 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 #A38CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAB is #5C7354. Grayscale: #969696. Windows color (decimal): -6058837 or 11242659. OLE color: 11242659.

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

Color convert

RGB163140171-
CMYK0.050.1800.33
HSL284.52º15.58%60.98%-
HSV(B)284.52º18.13%67.06%-
XYZ31.8329.4842.54-
YUV150.41139.62136.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=34.39%
G=29.54%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631401710.050.1800.33284.5215.5860.98
HexA38CAB51202111d103d
Octal2432142535220414352075
Binary10100011100011001010101110110010010000110001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CAB; }

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

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

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

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

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

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

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

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