Html Css Color HEX #AD989B Viola

📋 copy color: '#AD989B'

red 173 ◦ green 152 ◦ blue 155

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

Shades of Viola #AD989B

Tints of Viola #AD989B

RGB

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

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

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

R = 36.04%
G = 31.67%
B = 32.29%

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

#AD989B (or 0xAD989B) is known color: Viola. HEX triplet: AD, 98 and 9B. RGB value is (173,152,155). Sum of RGB (Red+Green+Blue) = 173+152+155=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989B is #526764. Grayscale: #9E9E9E. Windows color (decimal): -5400421 or 10197165. OLE color: 10197165.

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

Color convert

RGB 173 152 155 -
CMYK 0 0.12 0.10 0.32
HSL 351.43º 0.11% 0.64% -
HSV(B) 351.43º 0.12% 0.68% -
XYZ 34.38 33.71 35.7 -
YUV 158.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 173 152 155 0 0.12 0.10 0.32 351.43 0.11 0.64
Hex AD 98 9B 0 C A 20 15F B 40
Octal 255 230 233 0 14 12 40 537 13 100
Binary 10101101 10011000 10011011 0 1100 1010 100000 101011111 1011 1000000

Color Harmonies of #AD989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD989B

Black with #AD989B

Text Example


Text Example

White with #AD989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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