#A38EAB

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

Shades of East Side #A38EAB

Tints of East Side #A38EAB

Color information

#A38EAB (or 0xA38EAB) is unknown color: approx East Side. HEX triplet: A3, 8E and AB. RGB value is (163,142,171). Sum of RGB (Red+Green+Blue) = 163+142+171=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A38EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38EAB is #5C7154. Grayscale: #979797. Windows color (decimal): -6058325 or 11243171. OLE color: 11243171.

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

Color convert

RGB163142171-
CMYK0.050.1700.33
HSL283.45º14.72%61.37%-
HSV(B)283.45º16.96%67.06%-
XYZ32.1330.0742.64-
YUV151.58138.96136.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=34.24%
G=29.83%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631421710.050.1700.33283.4514.7261.37
HexA38EAB51102111bf3d
Octal2432162535210414331775
Binary1010001110001110101010111011000101000011000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EAB; }

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

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

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

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

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

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

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

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