Html Css Color HEX #A39395 Shady Lady

📋 copy color: '#A39395'

red 163 ◦ green 147 ◦ blue 149

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

Shades of Shady Lady #A39395

Tints of Shady Lady #A39395

RGB

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

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

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

R = 35.51%
G = 32.03%
B = 32.46%

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

#A39395 (or 0xA39395) is known color: Shady Lady. HEX triplet: A3, 93 and 95. RGB value is (163,147,149). Sum of RGB (Red+Green+Blue) = 163+147+149=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39395 is #5C6C6A. Grayscale: #989898. Windows color (decimal): -6057067 or 9802659. OLE color: 9802659.

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

Color convert

RGB 163 147 149 -
CMYK 0 0.10 0.09 0.36
HSL 352.5º 0.08% 0.61% -
HSV(B) 352.5º 0.1% 0.64% -
XYZ 30.96 30.82 32.75 -
YUV 152.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 163 147 149 0 0.10 0.09 0.36 352.5 0.08 0.61
Hex A3 93 95 0 A 9 24 160 8 3D
Octal 243 223 225 0 12 11 44 540 10 75
Binary 10100011 10010011 10010101 0 1010 1001 100100 101100000 1000 111101

Color Harmonies of #A39395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39395

Black with #A39395

Text Example


Text Example

White with #A39395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39395; }

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

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

background-color css

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

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

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

border-color css

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

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

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