Html Css Color HEX #A69296 Shady Lady

📋 copy color: '#A69296'

red 166 ◦ green 146 ◦ blue 150

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

Shades of Shady Lady #A69296

Tints of Shady Lady #A69296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

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

R = 35.93%
G = 31.6%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69296 (or 0xA69296) is known color: Shady Lady. HEX triplet: A6, 92 and 96. RGB value is (166,146,150). Sum of RGB (Red+Green+Blue) = 166+146+150=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A69296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69296 is #596D69. Grayscale: #989898. Windows color (decimal): -5860714 or 9867942. OLE color: 9867942.

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

Color convert

RGB 166 146 150 -
CMYK 0 0.12 0.10 0.35
HSL 348º 0.1% 0.61% -
HSV(B) 348º 0.12% 0.65% -
XYZ 31.51 30.87 33.15 -
YUV 152.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 166 146 150 0 0.12 0.10 0.35 348 0.1 0.61
Hex A6 92 96 0 C A 23 15C A 3D
Octal 246 222 226 0 14 12 43 534 12 75
Binary 10100110 10010010 10010110 0 1100 1010 100011 101011100 1010 111101

Color Harmonies of #A69296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69296

Black with #A69296

Text Example


Text Example

White with #A69296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69296; }

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

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

background-color css

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

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

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

border-color css

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

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

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