Html Css Color HEX #A38890 Shady Lady

📋 copy color: '#A38890'

red 163 ◦ green 136 ◦ blue 144

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

Shades of Shady Lady #A38890

Tints of Shady Lady #A38890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 36.79%
G = 30.7%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A38890 (or 0xA38890) is known color: Shady Lady. HEX triplet: A3, 88 and 90. RGB value is (163,136,144). Sum of RGB (Red+Green+Blue) = 163+136+144=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A38890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38890 is #5C776F. Grayscale: #909090. Windows color (decimal): -6059888 or 9472163. OLE color: 9472163.

HSL color Cylindrical-coordinate representation of color #A38890: hue angle of 342.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A38890 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 144 -
CMYK 0 0.17 0.12 0.36
HSL 342.22º 0.13% 0.59% -
HSV(B) 342.22º 0.17% 0.64% -
XYZ 28.94 27.41 30.15 -
YUV 144.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 163 136 144 0 0.17 0.12 0.36 342.22 0.13 0.59
Hex A3 88 90 0 11 C 24 156 D 3B
Octal 243 210 220 0 21 14 44 526 15 73
Binary 10100011 10001000 10010000 0 10001 1100 100100 101010110 1101 111011

Color Harmonies of #A38890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38890

Black with #A38890

Text Example


Text Example

White with #A38890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38890; }

 p { color: rgb(163,136,144); }

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

background-color css

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

 a { background-color: rgb(163,136,144); }

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

border-color css

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

 span { border-color: rgb(163,136,144); }

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