Html Css Color HEX #A6969F Shady Lady

📋 copy color: '#A6969F'

red 166 ◦ green 150 ◦ blue 159

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

Shades of Shady Lady #A6969F

Tints of Shady Lady #A6969F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 34.95%
G = 31.58%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6969F (or 0xA6969F) is known color: Shady Lady. HEX triplet: A6, 96 and 9F. RGB value is (166,150,159). Sum of RGB (Red+Green+Blue) = 166+150+159=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969F is #596960. Grayscale: #9B9B9B. Windows color (decimal): -5859681 or 10458790. OLE color: 10458790.

HSL color Cylindrical-coordinate representation of color #A6969F: hue angle of 326.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 #A6969F is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 159 -
CMYK 0 0.10 0.04 0.35
HSL 326.25º 0.08% 0.62% -
HSV(B) 326.25º 0.1% 0.65% -
XYZ 32.89 32.42 37.33 -
YUV 155.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 166 150 159 0 0.10 0.04 0.35 326.25 0.08 0.62
Hex A6 96 9F 0 A 4 23 146 8 3E
Octal 246 226 237 0 12 4 43 506 10 76
Binary 10100110 10010110 10011111 0 1010 100 100011 101000110 1000 111110

Color Harmonies of #A6969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6969F

Black with #A6969F

Text Example


Text Example

White with #A6969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6969F; }

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

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

background-color css

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

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

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

border-color css

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

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

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