Html Css Color HEX #AC335A Rouge

📋 copy color: '#AC335A'

red 172 ◦ green 51 ◦ blue 90

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

Shades of Rouge #AC335A

Tints of Rouge #AC335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 54.95%
G = 16.29%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC335A (or 0xAC335A) is known color: Rouge. HEX triplet: AC, 33 and 5A. RGB value is (172,51,90). Sum of RGB (Red+Green+Blue) = 172+51+90=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC335A is #53CCA5. Grayscale: #5B5B5B. Windows color (decimal): -5491878 or 5911468. OLE color: 5911468.

HSL color Cylindrical-coordinate representation of color #AC335A: hue angle of 340.66º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC335A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 90 -
CMYK 0 0.70 0.48 0.33
HSL 340.66º 0.54% 0.44% -
HSV(B) 340.66º 0.7% 0.67% -
XYZ 20.04 11.88 10.91 -
YUV 91.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 172 51 90 0 0.70 0.48 0.33 340.66 0.54 0.44
Hex AC 33 5A 0 46 30 21 155 36 2C
Octal 254 63 132 0 106 60 41 525 66 54
Binary 10101100 110011 1011010 0 1000110 110000 100001 101010101 110110 101100

Color Harmonies of #AC335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC335A

Black with #AC335A

Text Example


Text Example

White with #AC335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC335A; }

 p { color: rgb(172,51,90); }

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

background-color css

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

 a { background-color: rgb(172,51,90); }

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

border-color css

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

 span { border-color: rgb(172,51,90); }

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