Html Css Color HEX #A39295 Shady Lady

📋 copy color: '#A39295'

red 163 ◦ green 146 ◦ blue 149

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

Shades of Shady Lady #A39295

Tints of Shady Lady #A39295

RGB

 RED value IS 163 (64.06% from 255) = 35.59%

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

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 35.59%
G = 31.88%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A39295 (or 0xA39295) is known color: Shady Lady. HEX triplet: A3, 92 and 95. RGB value is (163,146,149). Sum of RGB (Red+Green+Blue) = 163+146+149=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A39295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39295 is #5C6D6A. Grayscale: #979797. Windows color (decimal): -6057323 or 9802403. OLE color: 9802403.

HSL color Cylindrical-coordinate representation of color #A39295: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39295 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 146 149 -
CMYK 0 0.10 0.09 0.36
HSL 349.41º 0.08% 0.61% -
HSV(B) 349.41º 0.1% 0.64% -
XYZ 30.81 30.51 32.7 -
YUV 151.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 163 146 149 0 0.10 0.09 0.36 349.41 0.08 0.61
Hex A3 92 95 0 A 9 24 15D 8 3D
Octal 243 222 225 0 12 11 44 535 10 75
Binary 10100011 10010010 10010101 0 1010 1001 100100 101011101 1000 111101

Color Harmonies of #A39295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39295

Black with #A39295

Text Example


Text Example

White with #A39295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39295; }

 p { color: rgb(163,146,149); }

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

background-color css

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

 a { background-color: rgb(163,146,149); }

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

border-color css

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

 span { border-color: rgb(163,146,149); }

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