Html Css Color HEX #AC335D Rouge

📋 copy color: '#AC335D'

red 172 ◦ green 51 ◦ blue 93

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

Shades of Rouge #AC335D

Tints of Rouge #AC335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 54.43%
G = 16.14%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC335D (or 0xAC335D) is known color: Rouge. HEX triplet: AC, 33 and 5D. RGB value is (172,51,93). Sum of RGB (Red+Green+Blue) = 172+51+93=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC335D is #53CCA2. Grayscale: #5B5B5B. Windows color (decimal): -5491875 or 6108076. OLE color: 6108076.

HSL color Cylindrical-coordinate representation of color #AC335D: hue angle of 339.17º 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 #AC335D is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 93 -
CMYK 0 0.70 0.46 0.33
HSL 339.17º 0.54% 0.44% -
HSV(B) 339.17º 0.7% 0.67% -
XYZ 20.17 11.93 11.6 -
YUV 91.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 172 51 93 0 0.70 0.46 0.33 339.17 0.54 0.44
Hex AC 33 5D 0 46 2E 21 153 36 2C
Octal 254 63 135 0 106 56 41 523 66 54
Binary 10101100 110011 1011101 0 1000110 101110 100001 101010011 110110 101100

Color Harmonies of #AC335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC335D

Black with #AC335D

Text Example


Text Example

White with #AC335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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