Html Css Color HEX #A69495 Viola

📋 copy color: '#A69495'

red 166 ◦ green 148 ◦ blue 149

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

Shades of Viola #A69495

Tints of Viola #A69495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 35.85%
G = 31.97%
B = 32.18%

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

#A69495 (or 0xA69495) is known color: Viola. HEX triplet: A6, 94 and 95. RGB value is (166,148,149). Sum of RGB (Red+Green+Blue) = 166+148+149=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A69495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69495 is #596B6A. Grayscale: #999999. Windows color (decimal): -5860203 or 9802918. OLE color: 9802918.

HSL color Cylindrical-coordinate representation of color #A69495: hue angle of 356.67º degrees, saturation: 0.09, 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 #A69495 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 149 -
CMYK 0 0.11 0.10 0.35
HSL 356.67º 0.09% 0.62% -
HSV(B) 356.67º 0.11% 0.65% -
XYZ 31.74 31.46 32.83 -
YUV 153.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 166 148 149 0 0.11 0.10 0.35 356.67 0.09 0.62
Hex A6 94 95 0 B A 23 165 9 3E
Octal 246 224 225 0 13 12 43 545 11 76
Binary 10100110 10010100 10010101 0 1011 1010 100011 101100101 1001 111110

Color Harmonies of #A69495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69495

Black with #A69495

Text Example


Text Example

White with #A69495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69495; }

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

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

background-color css

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

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

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

border-color css

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

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

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