Html Css Color HEX #A69798 Viola

📋 copy color: '#A69798'

red 166 ◦ green 151 ◦ blue 152

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

Shades of Viola #A69798

Tints of Viola #A69798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

 BLUE value IS 152 (59.77% from 255) = 32.41%

R = 35.39%
G = 32.2%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69798 (or 0xA69798) is known color: Viola. HEX triplet: A6, 97 and 98. RGB value is (166,151,152). Sum of RGB (Red+Green+Blue) = 166+151+152=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69798 is #596867. Grayscale: #9B9B9B. Windows color (decimal): -5859432 or 10000294. OLE color: 10000294.

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

Color convert

RGB 166 151 152 -
CMYK 0 0.09 0.08 0.35
HSL 356º 0.08% 0.62% -
HSV(B) 356º 0.09% 0.65% -
XYZ 32.46 32.51 34.27 -
YUV 155.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 166 151 152 0 0.09 0.08 0.35 356 0.08 0.62
Hex A6 97 98 0 9 8 23 164 8 3E
Octal 246 227 230 0 11 10 43 544 10 76
Binary 10100110 10010111 10011000 0 1001 1000 100011 101100100 1000 111110

Color Harmonies of #A69798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69798

Black with #A69798

Text Example


Text Example

White with #A69798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69798; }

 p { color: rgb(166,151,152); }

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

background-color css

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

 a { background-color: rgb(166,151,152); }

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

border-color css

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

 span { border-color: rgb(166,151,152); }

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