Html Css Color HEX #A69396 Shady Lady

📋 copy color: '#A69396'

red 166 ◦ green 147 ◦ blue 150

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

Shades of Shady Lady #A69396

Tints of Shady Lady #A69396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 35.85%
G = 31.75%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69396 (or 0xA69396) is known color: Shady Lady. HEX triplet: A6, 93 and 96. RGB value is (166,147,150). Sum of RGB (Red+Green+Blue) = 166+147+150=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A69396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69396 is #596C69. Grayscale: #999999. Windows color (decimal): -5860458 or 9868198. OLE color: 9868198.

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

Color convert

RGB 166 147 150 -
CMYK 0 0.11 0.10 0.35
HSL 350.53º 0.1% 0.61% -
HSV(B) 350.53º 0.11% 0.65% -
XYZ 31.66 31.18 33.2 -
YUV 153.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 166 147 150 0 0.11 0.10 0.35 350.53 0.1 0.61
Hex A6 93 96 0 B A 23 15F A 3D
Octal 246 223 226 0 13 12 43 537 12 75
Binary 10100110 10010011 10010110 0 1011 1010 100011 101011111 1010 111101

Color Harmonies of #A69396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69396

Black with #A69396

Text Example


Text Example

White with #A69396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69396; }

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

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

background-color css

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

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

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

border-color css

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

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

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