Html Css Color HEX #A7999C Shady Lady

📋 copy color: '#A7999C'

red 167 ◦ green 153 ◦ blue 156

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

Shades of Shady Lady #A7999C

Tints of Shady Lady #A7999C

RGB

 RED value IS 167 (65.63% from 255) = 35.08%

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

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 35.08%
G = 32.14%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7999C (or 0xA7999C) is known color: Shady Lady. HEX triplet: A7, 99 and 9C. RGB value is (167,153,156). Sum of RGB (Red+Green+Blue) = 167+153+156=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A7999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7999C is #586663. Grayscale: #9D9D9D. Windows color (decimal): -5793380 or 10262951. OLE color: 10262951.

HSL color Cylindrical-coordinate representation of color #A7999C: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7999C is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 153 156 -
CMYK 0 0.08 0.07 0.35
HSL 347.14º 0.07% 0.63% -
HSV(B) 347.14º 0.08% 0.65% -
XYZ 33.33 33.4 36.14 -
YUV 157.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 167 153 156 0 0.08 0.07 0.35 347.14 0.07 0.63
Hex A7 99 9C 0 8 7 23 15B 7 3F
Octal 247 231 234 0 10 7 43 533 7 77
Binary 10100111 10011001 10011100 0 1000 111 100011 101011011 111 111111

Color Harmonies of #A7999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7999C

Black with #A7999C

Text Example


Text Example

White with #A7999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7999C; }

 p { color: rgb(167,153,156); }

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

background-color css

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

 a { background-color: rgb(167,153,156); }

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

border-color css

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

 span { border-color: rgb(167,153,156); }

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