Html Css Color HEX #A18E94 Shady Lady

📋 copy color: '#A18E94'

red 161 ◦ green 142 ◦ blue 148

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

Shades of Shady Lady #A18E94

Tints of Shady Lady #A18E94

RGB

 RED value IS 161 (63.28% from 255) = 35.7%

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

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 35.7%
G = 31.49%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A18E94 (or 0xA18E94) is known color: Shady Lady. HEX triplet: A1, 8E and 94. RGB value is (161,142,148). Sum of RGB (Red+Green+Blue) = 161+142+148=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E94 is #5E716B. Grayscale: #949494. Windows color (decimal): -6189420 or 9735841. OLE color: 9735841.

HSL color Cylindrical-coordinate representation of color #A18E94: hue angle of 341.05º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18E94 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 142 148 -
CMYK 0 0.12 0.08 0.37
HSL 341.05º 0.09% 0.59% -
HSV(B) 341.05º 0.12% 0.63% -
XYZ 29.72 29.06 32.06 -
YUV 148.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 161 142 148 0 0.12 0.08 0.37 341.05 0.09 0.59
Hex A1 8E 94 0 C 8 25 155 9 3B
Octal 241 216 224 0 14 10 45 525 11 73
Binary 10100001 10001110 10010100 0 1100 1000 100101 101010101 1001 111011

Color Harmonies of #A18E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E94

Black with #A18E94

Text Example


Text Example

White with #A18E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E94; }

 p { color: rgb(161,142,148); }

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

background-color css

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

 a { background-color: rgb(161,142,148); }

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

border-color css

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

 span { border-color: rgb(161,142,148); }

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