Html Css Color HEX #A09195 Shady Lady

📋 copy color: '#A09195'

red 160 ◦ green 145 ◦ blue 149

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

Shades of Shady Lady #A09195

Tints of Shady Lady #A09195

RGB

 RED value IS 160 (62.89% from 255) = 35.24%

 GREEN value IS 145 (57.03% from 255) = 31.94%

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

R = 35.24%
G = 31.94%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A09195 (or 0xA09195) is known color: Shady Lady. HEX triplet: A0, 91 and 95. RGB value is (160,145,149). Sum of RGB (Red+Green+Blue) = 160+145+149=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A09195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09195 is #5F6E6A. Grayscale: #959595. Windows color (decimal): -6254187 or 9802144. OLE color: 9802144.

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

Color convert

RGB 160 145 149 -
CMYK 0 0.09 0.07 0.37
HSL 344º 0.07% 0.6% -
HSV(B) 344º 0.09% 0.63% -
XYZ 30.05 29.89 32.62 -
YUV 149.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 160 145 149 0 0.09 0.07 0.37 344 0.07 0.6
Hex A0 91 95 0 9 7 25 158 7 3C
Octal 240 221 225 0 11 7 45 530 7 74
Binary 10100000 10010001 10010101 0 1001 111 100101 101011000 111 111100

Color Harmonies of #A09195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09195

Black with #A09195

Text Example


Text Example

White with #A09195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09195; }

 p { color: rgb(160,145,149); }

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

background-color css

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

 a { background-color: rgb(160,145,149); }

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

border-color css

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

 span { border-color: rgb(160,145,149); }

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