Html Css Color HEX #A7989C Shady Lady

📋 copy color: '#A7989C'

red 167 ◦ green 152 ◦ blue 156

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

Shades of Shady Lady #A7989C

Tints of Shady Lady #A7989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

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

R = 35.16%
G = 32%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7989C (or 0xA7989C) is known color: Shady Lady. HEX triplet: A7, 98 and 9C. RGB value is (167,152,156). Sum of RGB (Red+Green+Blue) = 167+152+156=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A7989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7989C is #586763. Grayscale: #9C9C9C. Windows color (decimal): -5793636 or 10262695. OLE color: 10262695.

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

Color convert

RGB 167 152 156 -
CMYK 0 0.09 0.07 0.35
HSL 344º 0.08% 0.63% -
HSV(B) 344º 0.09% 0.65% -
XYZ 33.17 33.07 36.09 -
YUV 156.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 167 152 156 0 0.09 0.07 0.35 344 0.08 0.63
Hex A7 98 9C 0 9 7 23 158 8 3F
Octal 247 230 234 0 11 7 43 530 10 77
Binary 10100111 10011000 10011100 0 1001 111 100011 101011000 1000 111111

Color Harmonies of #A7989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7989C

Black with #A7989C

Text Example


Text Example

White with #A7989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7989C; }

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

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

background-color css

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

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

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

border-color css

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

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

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