Html Css Color HEX #AD969C Viola

📋 copy color: '#AD969C'

red 173 ◦ green 150 ◦ blue 156

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

Shades of Viola #AD969C

Tints of Viola #AD969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.32%

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

R = 36.12%
G = 31.32%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD969C (or 0xAD969C) is known color: Viola. HEX triplet: AD, 96 and 9C. RGB value is (173,150,156). Sum of RGB (Red+Green+Blue) = 173+150+156=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD969C is #526963. Grayscale: #9D9D9D. Windows color (decimal): -5400932 or 10262189. OLE color: 10262189.

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

Color convert

RGB 173 150 156 -
CMYK 0 0.13 0.10 0.32
HSL 344.35º 0.12% 0.63% -
HSV(B) 344.35º 0.13% 0.68% -
XYZ 34.14 33.1 36.04 -
YUV 157.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 173 150 156 0 0.13 0.10 0.32 344.35 0.12 0.63
Hex AD 96 9C 0 D A 20 158 C 3F
Octal 255 226 234 0 15 12 40 530 14 77
Binary 10101101 10010110 10011100 0 1101 1010 100000 101011000 1100 111111

Color Harmonies of #AD969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD969C

Black with #AD969C

Text Example


Text Example

White with #AD969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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