Html Css Color HEX #A0969B Shady Lady

📋 copy color: '#A0969B'

red 160 ◦ green 150 ◦ blue 155

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

Shades of Shady Lady #A0969B

Tints of Shady Lady #A0969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

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

R = 34.41%
G = 32.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0969B (or 0xA0969B) is known color: Shady Lady. HEX triplet: A0, 96 and 9B. RGB value is (160,150,155). Sum of RGB (Red+Green+Blue) = 160+150+155=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 160 - color contains mainly: red. Hex color #A0969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0969B is #5F6964. Grayscale: #999999. Windows color (decimal): -6252901 or 10196640. OLE color: 10196640.

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

Color convert

RGB 160 150 155 -
CMYK 0 0.06 0.03 0.37
HSL 330º 0.05% 0.61% -
HSV(B) 330º 0.06% 0.63% -
XYZ 31.32 31.65 35.47 -
YUV 153.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 160 150 155 0 0.06 0.03 0.37 330 0.05 0.61
Hex A0 96 9B 0 6 3 25 14A 5 3D
Octal 240 226 233 0 6 3 45 512 5 75
Binary 10100000 10010110 10011011 0 110 11 100101 101001010 101 111101

Color Harmonies of #A0969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0969B

Black with #A0969B

Text Example


Text Example

White with #A0969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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