Html Css Color HEX #AC336F Rouge

📋 copy color: '#AC336F'

red 172 ◦ green 51 ◦ blue 111

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

Shades of Rouge #AC336F

Tints of Rouge #AC336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 51.5%
G = 15.27%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC336F (or 0xAC336F) is known color: Rouge. HEX triplet: AC, 33 and 6F. RGB value is (172,51,111). Sum of RGB (Red+Green+Blue) = 172+51+111=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC336F is #53CC90. Grayscale: #5D5D5D. Windows color (decimal): -5491857 or 7287724. OLE color: 7287724.

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

Color convert

RGB 172 51 111 -
CMYK 0 0.70 0.35 0.33
HSL 330.25º 0.54% 0.44% -
HSV(B) 330.25º 0.7% 0.67% -
XYZ 21.07 12.29 16.3 -
YUV 94.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 172 51 111 0 0.70 0.35 0.33 330.25 0.54 0.44
Hex AC 33 6F 0 46 23 21 14A 36 2C
Octal 254 63 157 0 106 43 41 512 66 54
Binary 10101100 110011 1101111 0 1000110 100011 100001 101001010 110110 101100

Color Harmonies of #AC336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC336F

Black with #AC336F

Text Example


Text Example

White with #AC336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC336F; }

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

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

background-color css

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

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

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

border-color css

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

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

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