Html Css Color HEX #AC336D Rouge

📋 copy color: '#AC336D'

red 172 ◦ green 51 ◦ blue 109

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

Shades of Rouge #AC336D

Tints of Rouge #AC336D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 51.81%
G = 15.36%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC336D (or 0xAC336D) is known color: Rouge. HEX triplet: AC, 33 and 6D. RGB value is (172,51,109). Sum of RGB (Red+Green+Blue) = 172+51+109=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC336D is #53CC92. Grayscale: #5D5D5D. Windows color (decimal): -5491859 or 7156652. OLE color: 7156652.

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

Color convert

RGB 172 51 109 -
CMYK 0 0.70 0.37 0.33
HSL 331.24º 0.54% 0.44% -
HSV(B) 331.24º 0.7% 0.67% -
XYZ 20.96 12.24 15.73 -
YUV 93.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 172 51 109 0 0.70 0.37 0.33 331.24 0.54 0.44
Hex AC 33 6D 0 46 25 21 14B 36 2C
Octal 254 63 155 0 106 45 41 513 66 54
Binary 10101100 110011 1101101 0 1000110 100101 100001 101001011 110110 101100

Color Harmonies of #AC336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC336D

Black with #AC336D

Text Example


Text Example

White with #AC336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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