Html Css Color HEX #A3979B Shady Lady

📋 copy color: '#A3979B'

red 163 ◦ green 151 ◦ blue 155

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

Shades of Shady Lady #A3979B

Tints of Shady Lady #A3979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

 BLUE value IS 155 (60.94% from 255) = 33.05%

R = 34.75%
G = 32.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3979B (or 0xA3979B) is known color: Shady Lady. HEX triplet: A3, 97 and 9B. RGB value is (163,151,155). Sum of RGB (Red+Green+Blue) = 163+151+155=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3979B is #5C6864. Grayscale: #9B9B9B. Windows color (decimal): -6056037 or 10196899. OLE color: 10196899.

HSL color Cylindrical-coordinate representation of color #A3979B: hue angle of 340º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3979B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 155 -
CMYK 0 0.07 0.05 0.36
HSL 340º 0.06% 0.62% -
HSV(B) 340º 0.07% 0.64% -
XYZ 32.09 32.29 35.55 -
YUV 155.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 163 151 155 0 0.07 0.05 0.36 340 0.06 0.62
Hex A3 97 9B 0 7 5 24 154 6 3E
Octal 243 227 233 0 7 5 44 524 6 76
Binary 10100011 10010111 10011011 0 111 101 100100 101010100 110 111110

Color Harmonies of #A3979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3979B

Black with #A3979B

Text Example


Text Example

White with #A3979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3979B; }

 p { color: rgb(163,151,155); }

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

background-color css

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

 a { background-color: rgb(163,151,155); }

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

border-color css

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

 span { border-color: rgb(163,151,155); }

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