Html Css Color HEX #A18C95 Shady Lady

📋 copy color: '#A18C95'

red 161 ◦ green 140 ◦ blue 149

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

Shades of Shady Lady #A18C95

Tints of Shady Lady #A18C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 35.78%
G = 31.11%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A18C95 (or 0xA18C95) is known color: Shady Lady. HEX triplet: A1, 8C and 95. RGB value is (161,140,149). Sum of RGB (Red+Green+Blue) = 161+140+149=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C95 is #5E736A. Grayscale: #939393. Windows color (decimal): -6189931 or 9800865. OLE color: 9800865.

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

Color convert

RGB 161 140 149 -
CMYK 0 0.13 0.07 0.37
HSL 334.29º 0.1% 0.59% -
HSV(B) 334.29º 0.13% 0.63% -
XYZ 29.5 28.5 32.38 -
YUV 147.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 161 140 149 0 0.13 0.07 0.37 334.29 0.1 0.59
Hex A1 8C 95 0 D 7 25 14E A 3B
Octal 241 214 225 0 15 7 45 516 12 73
Binary 10100001 10001100 10010101 0 1101 111 100101 101001110 1010 111011

Color Harmonies of #A18C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C95

Black with #A18C95

Text Example


Text Example

White with #A18C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C95; }

 p { color: rgb(161,140,149); }

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

background-color css

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

 a { background-color: rgb(161,140,149); }

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

border-color css

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

 span { border-color: rgb(161,140,149); }

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