Html Css Color HEX #A6969C Shady Lady

📋 copy color: '#A6969C'

red 166 ◦ green 150 ◦ blue 156

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

Shades of Shady Lady #A6969C

Tints of Shady Lady #A6969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 35.17%
G = 31.78%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6969C (or 0xA6969C) is known color: Shady Lady. HEX triplet: A6, 96 and 9C. RGB value is (166,150,156). Sum of RGB (Red+Green+Blue) = 166+150+156=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969C is #596963. Grayscale: #9B9B9B. Windows color (decimal): -5859684 or 10262182. OLE color: 10262182.

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

Color convert

RGB 166 150 156 -
CMYK 0 0.10 0.06 0.35
HSL 337.5º 0.08% 0.62% -
HSV(B) 337.5º 0.1% 0.65% -
XYZ 32.63 32.32 35.97 -
YUV 155.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 166 150 156 0 0.10 0.06 0.35 337.5 0.08 0.62
Hex A6 96 9C 0 A 6 23 152 8 3E
Octal 246 226 234 0 12 6 43 522 10 76
Binary 10100110 10010110 10011100 0 1010 110 100011 101010010 1000 111110

Color Harmonies of #A6969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6969C

Black with #A6969C

Text Example


Text Example

White with #A6969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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