Html Css Color HEX #AC335C Rouge

📋 copy color: '#AC335C'

red 172 ◦ green 51 ◦ blue 92

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

Shades of Rouge #AC335C

Tints of Rouge #AC335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 54.6%
G = 16.19%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC335C (or 0xAC335C) is known color: Rouge. HEX triplet: AC, 33 and 5C. RGB value is (172,51,92). Sum of RGB (Red+Green+Blue) = 172+51+92=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC335C is #53CCA3. Grayscale: #5B5B5B. Windows color (decimal): -5491876 or 6042540. OLE color: 6042540.

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

Color convert

RGB 172 51 92 -
CMYK 0 0.70 0.47 0.33
HSL 339.67º 0.54% 0.44% -
HSV(B) 339.67º 0.7% 0.67% -
XYZ 20.13 11.91 11.36 -
YUV 91.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 172 51 92 0 0.70 0.47 0.33 339.67 0.54 0.44
Hex AC 33 5C 0 46 2F 21 154 36 2C
Octal 254 63 134 0 106 57 41 524 66 54
Binary 10101100 110011 1011100 0 1000110 101111 100001 101010100 110110 101100

Color Harmonies of #AC335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC335C

Black with #AC335C

Text Example


Text Example

White with #AC335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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