Html Css Color HEX #A69596 Viola

📋 copy color: '#A69596'

red 166 ◦ green 149 ◦ blue 150

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

Shades of Viola #A69596

Tints of Viola #A69596

RGB

 RED value IS 166 (65.23% from 255) = 35.7%

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 35.7%
G = 32.04%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69596 (or 0xA69596) is known color: Viola. HEX triplet: A6, 95 and 96. RGB value is (166,149,150). Sum of RGB (Red+Green+Blue) = 166+149+150=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69596 is #596A69. Grayscale: #9A9A9A. Windows color (decimal): -5859946 or 9868710. OLE color: 9868710.

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

Color convert

RGB 166 149 150 -
CMYK 0 0.10 0.10 0.35
HSL 356.47º 0.09% 0.62% -
HSV(B) 356.47º 0.1% 0.65% -
XYZ 31.98 31.8 33.31 -
YUV 154.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 166 149 150 0 0.10 0.10 0.35 356.47 0.09 0.62
Hex A6 95 96 0 A A 23 164 9 3E
Octal 246 225 226 0 12 12 43 544 11 76
Binary 10100110 10010101 10010110 0 1010 1010 100011 101100100 1001 111110

Color Harmonies of #A69596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69596

Black with #A69596

Text Example


Text Example

White with #A69596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69596; }

 p { color: rgb(166,149,150); }

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

background-color css

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

 a { background-color: rgb(166,149,150); }

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

border-color css

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

 span { border-color: rgb(166,149,150); }

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