Html Css Color HEX #AC3362 Rouge

📋 copy color: '#AC3362'

red 172 ◦ green 51 ◦ blue 98

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

Shades of Rouge #AC3362

Tints of Rouge #AC3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 53.58%
G = 15.89%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3362 (or 0xAC3362) is known color: Rouge. HEX triplet: AC, 33 and 62. RGB value is (172,51,98). Sum of RGB (Red+Green+Blue) = 172+51+98=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3362 is #53CC9D. Grayscale: #5C5C5C. Windows color (decimal): -5491870 or 6435756. OLE color: 6435756.

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

Color convert

RGB 172 51 98 -
CMYK 0 0.70 0.43 0.33
HSL 336.69º 0.54% 0.44% -
HSV(B) 336.69º 0.7% 0.67% -
XYZ 20.4 12.02 12.8 -
YUV 92.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 172 51 98 0 0.70 0.43 0.33 336.69 0.54 0.44
Hex AC 33 62 0 46 2B 21 151 36 2C
Octal 254 63 142 0 106 53 41 521 66 54
Binary 10101100 110011 1100010 0 1000110 101011 100001 101010001 110110 101100

Color Harmonies of #AC3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3362

Black with #AC3362

Text Example


Text Example

White with #AC3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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