Html Css Color HEX #A6969B Shady Lady

📋 copy color: '#A6969B'

red 166 ◦ green 150 ◦ blue 155

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

Shades of Shady Lady #A6969B

Tints of Shady Lady #A6969B

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

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

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

R = 35.24%
G = 31.85%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6969B (or 0xA6969B) is known color: Shady Lady. HEX triplet: A6, 96 and 9B. RGB value is (166,150,155). Sum of RGB (Red+Green+Blue) = 166+150+155=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969B is #596964. Grayscale: #9B9B9B. Windows color (decimal): -5859685 or 10196646. OLE color: 10196646.

HSL color Cylindrical-coordinate representation of color #A6969B: hue angle of 341.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6969B is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 155 -
CMYK 0 0.10 0.07 0.35
HSL 341.25º 0.08% 0.62% -
HSV(B) 341.25º 0.1% 0.65% -
XYZ 32.55 32.29 35.53 -
YUV 155.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 166 150 155 0 0.10 0.07 0.35 341.25 0.08 0.62
Hex A6 96 9B 0 A 7 23 155 8 3E
Octal 246 226 233 0 12 7 43 525 10 76
Binary 10100110 10010110 10011011 0 1010 111 100011 101010101 1000 111110

Color Harmonies of #A6969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6969B

Black with #A6969B

Text Example


Text Example

White with #A6969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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