Html Css Color HEX #AD969B Viola

📋 copy color: '#AD969B'

red 173 ◦ green 150 ◦ blue 155

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

Shades of Viola #AD969B

Tints of Viola #AD969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 36.19%
G = 31.38%
B = 32.43%

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

#AD969B (or 0xAD969B) is known color: Viola. HEX triplet: AD, 96 and 9B. RGB value is (173,150,155). Sum of RGB (Red+Green+Blue) = 173+150+155=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD969B is #526964. Grayscale: #9D9D9D. Windows color (decimal): -5400933 or 10196653. OLE color: 10196653.

HSL color Cylindrical-coordinate representation of color #AD969B: hue angle of 346.96º 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 #AD969B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 155 -
CMYK 0 0.13 0.10 0.32
HSL 346.96º 0.12% 0.63% -
HSV(B) 346.96º 0.13% 0.68% -
XYZ 34.06 33.06 35.6 -
YUV 157.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 173 150 155 0 0.13 0.10 0.32 346.96 0.12 0.63
Hex AD 96 9B 0 D A 20 15B C 3F
Octal 255 226 233 0 15 12 40 533 14 77
Binary 10101101 10010110 10011011 0 1101 1010 100000 101011011 1100 111111

Color Harmonies of #AD969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD969B

Black with #AD969B

Text Example


Text Example

White with #AD969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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