Html Css Color HEX #A38D93 Shady Lady

📋 copy color: '#A38D93'

red 163 ◦ green 141 ◦ blue 147

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

Shades of Shady Lady #A38D93

Tints of Shady Lady #A38D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.26%

 BLUE value IS 147 (57.81% from 255) = 32.59%

R = 36.14%
G = 31.26%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A38D93 (or 0xA38D93) is known color: Shady Lady. HEX triplet: A3, 8D and 93. RGB value is (163,141,147). Sum of RGB (Red+Green+Blue) = 163+141+147=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D93 is #5C726C. Grayscale: #949494. Windows color (decimal): -6058605 or 9670051. OLE color: 9670051.

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

Color convert

RGB 163 141 147 -
CMYK 0 0.13 0.10 0.36
HSL 343.64º 0.11% 0.6% -
HSV(B) 343.64º 0.13% 0.64% -
XYZ 29.9 28.94 31.61 -
YUV 148.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 163 141 147 0 0.13 0.10 0.36 343.64 0.11 0.6
Hex A3 8D 93 0 D A 24 158 B 3C
Octal 243 215 223 0 15 12 44 530 13 74
Binary 10100011 10001101 10010011 0 1101 1010 100100 101011000 1011 111100

Color Harmonies of #A38D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D93

Black with #A38D93

Text Example


Text Example

White with #A38D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D93; }

 p { color: rgb(163,141,147); }

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

background-color css

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

 a { background-color: rgb(163,141,147); }

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

border-color css

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

 span { border-color: rgb(163,141,147); }

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