Html Css Color HEX #AD999C Viola

📋 copy color: '#AD999C'

red 173 ◦ green 153 ◦ blue 156

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

Shades of Viola #AD999C

Tints of Viola #AD999C

RGB

 RED value IS 173 (67.97% from 255) = 35.89%

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

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

R = 35.89%
G = 31.74%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD999C (or 0xAD999C) is known color: Viola. HEX triplet: AD, 99 and 9C. RGB value is (173,153,156). Sum of RGB (Red+Green+Blue) = 173+153+156=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD999C is #526663. Grayscale: #9F9F9F. Windows color (decimal): -5400164 or 10262957. OLE color: 10262957.

HSL color Cylindrical-coordinate representation of color #AD999C: hue angle of 351º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD999C is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 156 -
CMYK 0 0.12 0.10 0.32
HSL 351º 0.11% 0.64% -
HSV(B) 351º 0.12% 0.68% -
XYZ 34.63 34.07 36.2 -
YUV 159.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 173 153 156 0 0.12 0.10 0.32 351 0.11 0.64
Hex AD 99 9C 0 C A 20 15F B 40
Octal 255 231 234 0 14 12 40 537 13 100
Binary 10101101 10011001 10011100 0 1100 1010 100000 101011111 1011 1000000

Color Harmonies of #AD999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD999C

Black with #AD999C

Text Example


Text Example

White with #AD999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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