Html Css Color HEX #A49093 Shady Lady

📋 copy color: '#A49093'

red 164 ◦ green 144 ◦ blue 147

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

Shades of Shady Lady #A49093

Tints of Shady Lady #A49093

RGB

 RED value IS 164 (64.45% from 255) = 36.04%

 GREEN value IS 144 (56.64% from 255) = 31.65%

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

R = 36.04%
G = 31.65%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49093 (or 0xA49093) is known color: Shady Lady. HEX triplet: A4, 90 and 93. RGB value is (164,144,147). Sum of RGB (Red+Green+Blue) = 164+144+147=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A49093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49093 is #5B6F6C. Grayscale: #969696. Windows color (decimal): -5992301 or 9670820. OLE color: 9670820.

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

Color convert

RGB 164 144 147 -
CMYK 0 0.12 0.10 0.36
HSL 351º 0.1% 0.6% -
HSV(B) 351º 0.12% 0.64% -
XYZ 30.55 29.95 31.77 -
YUV 150.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 164 144 147 0 0.12 0.10 0.36 351 0.1 0.6
Hex A4 90 93 0 C A 24 15F A 3C
Octal 244 220 223 0 14 12 44 537 12 74
Binary 10100100 10010000 10010011 0 1100 1010 100100 101011111 1010 111100

Color Harmonies of #A49093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49093

Black with #A49093

Text Example


Text Example

White with #A49093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49093; }

 p { color: rgb(164,144,147); }

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

background-color css

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

 a { background-color: rgb(164,144,147); }

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

border-color css

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

 span { border-color: rgb(164,144,147); }

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