Html Css Color HEX #A59296 Shady Lady

📋 copy color: '#A59296'

red 165 ◦ green 146 ◦ blue 150

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

Shades of Shady Lady #A59296

Tints of Shady Lady #A59296

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

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

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

R = 35.79%
G = 31.67%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A59296 (or 0xA59296) is known color: Shady Lady. HEX triplet: A5, 92 and 96. RGB value is (165,146,150). Sum of RGB (Red+Green+Blue) = 165+146+150=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59296 is #5A6D69. Grayscale: #989898. Windows color (decimal): -5926250 or 9867941. OLE color: 9867941.

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

Color convert

RGB 165 146 150 -
CMYK 0 0.12 0.09 0.35
HSL 347.37º 0.1% 0.61% -
HSV(B) 347.37º 0.12% 0.65% -
XYZ 31.3 30.76 33.14 -
YUV 152.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 165 146 150 0 0.12 0.09 0.35 347.37 0.1 0.61
Hex A5 92 96 0 C 9 23 15B A 3D
Octal 245 222 226 0 14 11 43 533 12 75
Binary 10100101 10010010 10010110 0 1100 1001 100011 101011011 1010 111101

Color Harmonies of #A59296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59296

Black with #A59296

Text Example


Text Example

White with #A59296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59296; }

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

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

background-color css

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

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

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

border-color css

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

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

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