Html Css Color HEX #A38EAE East Side

📋 copy color: '#A38EAE'

red 163 ◦ green 142 ◦ blue 174

#A38EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A38EAE

Tints of East Side #A38EAE

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

 GREEN value IS 142 (55.86% from 255) = 29.65%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 34.03%
G = 29.65%
B = 36.33%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A38EAE (or 0xA38EAE) is known color: East Side. HEX triplet: A3, 8E and AE. RGB value is (163,142,174). Sum of RGB (Red+Green+Blue) = 163+142+174=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38EAE is #5C7151. Grayscale: #979797. Windows color (decimal): -6058322 or 11439779. OLE color: 11439779.

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

Color convert

RGB 163 142 174 -
CMYK 0.06 0.18 0 0.32
HSL 279.38º 0.16% 0.62% -
HSV(B) 279.38º 0.18% 0.68% -
XYZ 32.42 30.19 44.16 -
YUV 151.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 163 142 174 0.06 0.18 0 0.32 279.38 0.16 0.62
Hex A3 8E AE 6 12 0 20 117 10 3E
Octal 243 216 256 6 22 0 40 427 20 76
Binary 10100011 10001110 10101110 110 10010 0 100000 100010111 10000 111110

Color Harmonies of #A38EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EAE

Black with #A38EAE

Text Example


Text Example

White with #A38EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EAE; }

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

 H1.HeaderClassName
 {
   color: #A38EAE;
 }
 .AnyTagClassName
 {
   color: #A38EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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