Html Css Color HEX #A3999D Shady Lady

📋 copy color: '#A3999D'

red 163 ◦ green 153 ◦ blue 157

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

Shades of Shady Lady #A3999D

Tints of Shady Lady #A3999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 34.46%
G = 32.35%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3999D (or 0xA3999D) is known color: Shady Lady. HEX triplet: A3, 99 and 9D. RGB value is (163,153,157). Sum of RGB (Red+Green+Blue) = 163+153+157=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 163 - color contains mainly: red. Hex color #A3999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3999D is #5C6662. Grayscale: #9C9C9C. Windows color (decimal): -6055523 or 10328483. OLE color: 10328483.

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

Color convert

RGB 163 153 157 -
CMYK 0 0.06 0.04 0.36
HSL 336º 0.05% 0.62% -
HSV(B) 336º 0.06% 0.64% -
XYZ 32.58 33 36.55 -
YUV 156.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 163 153 157 0 0.06 0.04 0.36 336 0.05 0.62
Hex A3 99 9D 0 6 4 24 150 5 3E
Octal 243 231 235 0 6 4 44 520 5 76
Binary 10100011 10011001 10011101 0 110 100 100100 101010000 101 111110

Color Harmonies of #A3999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3999D

Black with #A3999D

Text Example


Text Example

White with #A3999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3999D; }

 p { color: rgb(163,153,157); }

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

background-color css

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

 a { background-color: rgb(163,153,157); }

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

border-color css

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

 span { border-color: rgb(163,153,157); }

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