Html Css Color HEX #AC959A Viola

📋 copy color: '#AC959A'

red 172 ◦ green 149 ◦ blue 154

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

Shades of Viola #AC959A

Tints of Viola #AC959A

RGB

 RED value IS 172 (67.58% from 255) = 36.21%

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

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 36.21%
G = 31.37%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC959A (or 0xAC959A) is known color: Viola. HEX triplet: AC, 95 and 9A. RGB value is (172,149,154). Sum of RGB (Red+Green+Blue) = 172+149+154=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959A is #536A65. Grayscale: #9C9C9C. Windows color (decimal): -5466726 or 10130860. OLE color: 10130860.

HSL color Cylindrical-coordinate representation of color #AC959A: hue angle of 346.96º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC959A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 154 -
CMYK 0 0.13 0.10 0.33
HSL 346.96º 0.12% 0.63% -
HSV(B) 346.96º 0.13% 0.67% -
XYZ 33.59 32.6 35.09 -
YUV 156.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 172 149 154 0 0.13 0.10 0.33 346.96 0.12 0.63
Hex AC 95 9A 0 D A 21 15B C 3F
Octal 254 225 232 0 15 12 41 533 14 77
Binary 10101100 10010101 10011010 0 1101 1010 100001 101011011 1100 111111

Color Harmonies of #AC959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC959A

Black with #AC959A

Text Example


Text Example

White with #AC959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC959A; }

 p { color: rgb(172,149,154); }

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

background-color css

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

 a { background-color: rgb(172,149,154); }

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

border-color css

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

 span { border-color: rgb(172,149,154); }

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