Html Css Color HEX #AD8F90 Viola

📋 copy color: '#AD8F90'

red 173 ◦ green 143 ◦ blue 144

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

Shades of Viola #AD8F90

Tints of Viola #AD8F90

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 37.61%
G = 31.09%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD8F90 (or 0xAD8F90) is known color: Viola. HEX triplet: AD, 8F and 90. RGB value is (173,143,144). Sum of RGB (Red+Green+Blue) = 173+143+144=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F90 is #52706F. Grayscale: #989898. Windows color (decimal): -5402736 or 9473965. OLE color: 9473965.

HSL color Cylindrical-coordinate representation of color #AD8F90: hue angle of 358º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8F90 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 144 -
CMYK 0 0.17 0.17 0.32
HSL 358º 0.15% 0.62% -
HSV(B) 358º 0.17% 0.68% -
XYZ 32.09 30.54 30.59 -
YUV 152.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 173 143 144 0 0.17 0.17 0.32 358 0.15 0.62
Hex AD 8F 90 0 11 11 20 166 F 3E
Octal 255 217 220 0 21 21 40 546 17 76
Binary 10101101 10001111 10010000 0 10001 10001 100000 101100110 1111 111110

Color Harmonies of #AD8F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F90

Black with #AD8F90

Text Example


Text Example

White with #AD8F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F90; }

 p { color: rgb(173,143,144); }

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

background-color css

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

 a { background-color: rgb(173,143,144); }

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

border-color css

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

 span { border-color: rgb(173,143,144); }

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