#A38CAE

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

Shades of East Side #A38CAE

Tints of East Side #A38CAE

Color information

#A38CAE (or 0xA38CAE) is unknown color: approx East Side. HEX triplet: A3, 8C and AE. RGB value is (163,140,174). Sum of RGB (Red+Green+Blue) = 163+140+174=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAE is #5C7351. Grayscale: #969696. Windows color (decimal): -6058834 or 11439267. OLE color: 11439267.

HSL color Cylindrical-coordinate representation of color #A38CAE: hue angle of 280.59º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38CAE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163140174-
CMYK0.060.2000.32
HSL280.59º17.35%61.57%-
HSV(B)280.59º19.54%68.24%-
XYZ32.1229.644.06-
YUV150.75141.12136.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=34.17%
G=29.35%
B=36.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631401740.060.2000.32280.5917.3561.57
HexA38CAE614020119113e
Octal2432142566240404312176
Binary10100011100011001010111011010100010000010001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CAE; }

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

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

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

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

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

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

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

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