Html Css Color HEX #A79496 Viola

📋 copy color: '#A79496'

red 167 ◦ green 148 ◦ blue 150

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

Shades of Viola #A79496

Tints of Viola #A79496

RGB

 RED value IS 167 (65.63% from 255) = 35.91%

 GREEN value IS 148 (58.2% from 255) = 31.83%

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 35.91%
G = 31.83%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A79496 (or 0xA79496) is known color: Viola. HEX triplet: A7, 94 and 96. RGB value is (167,148,150). Sum of RGB (Red+Green+Blue) = 167+148+150=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A79496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79496 is #586B69. Grayscale: #999999. Windows color (decimal): -5794666 or 9868455. OLE color: 9868455.

HSL color Cylindrical-coordinate representation of color #A79496: hue angle of 353.68º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A79496 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 150 -
CMYK 0 0.11 0.10 0.35
HSL 353.68º 0.1% 0.62% -
HSV(B) 353.68º 0.11% 0.65% -
XYZ 32.03 31.6 33.26 -
YUV 153.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 167 148 150 0 0.11 0.10 0.35 353.68 0.1 0.62
Hex A7 94 96 0 B A 23 162 A 3E
Octal 247 224 226 0 13 12 43 542 12 76
Binary 10100111 10010100 10010110 0 1011 1010 100011 101100010 1010 111110

Color Harmonies of #A79496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79496

Black with #A79496

Text Example


Text Example

White with #A79496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79496; }

 p { color: rgb(167,148,150); }

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

background-color css

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

 a { background-color: rgb(167,148,150); }

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

border-color css

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

 span { border-color: rgb(167,148,150); }

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