Html Css Color HEX #A0949B Shady Lady

📋 copy color: '#A0949B'

red 160 ◦ green 148 ◦ blue 155

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

Shades of Shady Lady #A0949B

Tints of Shady Lady #A0949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 34.56%
G = 31.97%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0949B (or 0xA0949B) is known color: Shady Lady. HEX triplet: A0, 94 and 9B. RGB value is (160,148,155). Sum of RGB (Red+Green+Blue) = 160+148+155=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 160 - color contains mainly: red. Hex color #A0949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0949B is #5F6B64. Grayscale: #989898. Windows color (decimal): -6253413 or 10196128. OLE color: 10196128.

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

Color convert

RGB 160 148 155 -
CMYK 0 0.07 0.03 0.37
HSL 325º 0.06% 0.6% -
HSV(B) 325º 0.07% 0.63% -
XYZ 31 31.02 35.36 -
YUV 152.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 160 148 155 0 0.07 0.03 0.37 325 0.06 0.6
Hex A0 94 9B 0 7 3 25 145 6 3C
Octal 240 224 233 0 7 3 45 505 6 74
Binary 10100000 10010100 10011011 0 111 11 100101 101000101 110 111100

Color Harmonies of #A0949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0949B

Black with #A0949B

Text Example


Text Example

White with #A0949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0949B; }

 p { color: rgb(160,148,155); }

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

background-color css

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

 a { background-color: rgb(160,148,155); }

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

border-color css

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

 span { border-color: rgb(160,148,155); }

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