Html Css Color HEX #A38EAB East Side

📋 copy color: '#A38EAB'

red 163 ◦ green 142 ◦ blue 171

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

Shades of East Side #A38EAB

Tints of East Side #A38EAB

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 value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A38EAB (or 0xA38EAB) is known color: 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

RGB 163 142 171 -
CMYK 0.05 0.17 0 0.33
HSL 283.45º 0.15% 0.61% -
HSV(B) 283.45º 0.17% 0.67% -
XYZ 32.13 30.07 42.64 -
YUV 151.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 163 142 171 0.05 0.17 0 0.33 283.45 0.15 0.61
Hex A3 8E AB 5 11 0 21 11B F 3D
Octal 243 216 253 5 21 0 41 433 17 75
Binary 10100011 10001110 10101011 101 10001 0 100001 100011011 1111 111101

Color Harmonies of #A38EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EAB

Black with #A38EAB

Text Example


Text Example

White with #A38EAB

Text Example


Text Example

HTML Codes & Css Web 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>