Html Css Color HEX #A6969A Shady Lady

📋 copy color: '#A6969A'

red 166 ◦ green 150 ◦ blue 154

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

Shades of Shady Lady #A6969A

Tints of Shady Lady #A6969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 35.32%
G = 31.91%
B = 32.77%

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

#A6969A (or 0xA6969A) is known color: Shady Lady. HEX triplet: A6, 96 and 9A. RGB value is (166,150,154). Sum of RGB (Red+Green+Blue) = 166+150+154=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969A is #596965. Grayscale: #9B9B9B. Windows color (decimal): -5859686 or 10131110. OLE color: 10131110.

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

Color convert

RGB 166 150 154 -
CMYK 0 0.10 0.07 0.35
HSL 345º 0.08% 0.62% -
HSV(B) 345º 0.1% 0.65% -
XYZ 32.46 32.25 35.09 -
YUV 155.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 166 150 154 0 0.10 0.07 0.35 345 0.08 0.62
Hex A6 96 9A 0 A 7 23 159 8 3E
Octal 246 226 232 0 12 7 43 531 10 76
Binary 10100110 10010110 10011010 0 1010 111 100011 101011001 1000 111110

Color Harmonies of #A6969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6969A

Black with #A6969A

Text Example


Text Example

White with #A6969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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