Html Css Color HEX #AC949A Viola

📋 copy color: '#AC949A'

red 172 ◦ green 148 ◦ blue 154

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

Shades of Viola #AC949A

Tints of Viola #AC949A

RGB

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

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

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

R = 36.29%
G = 31.22%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC949A (or 0xAC949A) is known color: Viola. HEX triplet: AC, 94 and 9A. RGB value is (172,148,154). Sum of RGB (Red+Green+Blue) = 172+148+154=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949A is #536B65. Grayscale: #9B9B9B. Windows color (decimal): -5466982 or 10130604. OLE color: 10130604.

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

Color convert

RGB 172 148 154 -
CMYK 0 0.14 0.10 0.33
HSL 345º 0.13% 0.63% -
HSV(B) 345º 0.14% 0.67% -
XYZ 33.44 32.28 35.04 -
YUV 155.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 172 148 154 0 0.14 0.10 0.33 345 0.13 0.63
Hex AC 94 9A 0 E A 21 159 D 3F
Octal 254 224 232 0 16 12 41 531 15 77
Binary 10101100 10010100 10011010 0 1110 1010 100001 101011001 1101 111111

Color Harmonies of #AC949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC949A

Black with #AC949A

Text Example


Text Example

White with #AC949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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