Html Css Color HEX #AC3C62 Rouge

📋 copy color: '#AC3C62'

red 172 ◦ green 60 ◦ blue 98

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

Shades of Rouge #AC3C62

Tints of Rouge #AC3C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

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

R = 52.12%
G = 18.18%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3C62 (or 0xAC3C62) is known color: Rouge. HEX triplet: AC, 3C and 62. RGB value is (172,60,98). Sum of RGB (Red+Green+Blue) = 172+60+98=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C62 is #53C39D. Grayscale: #616161. Windows color (decimal): -5489566 or 6438060. OLE color: 6438060.

HSL color Cylindrical-coordinate representation of color #AC3C62: hue angle of 339.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C62 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 98 -
CMYK 0 0.65 0.43 0.33
HSL 339.64º 0.48% 0.45% -
HSV(B) 339.64º 0.65% 0.67% -
XYZ 20.83 12.88 12.94 -
YUV 97.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 172 60 98 0 0.65 0.43 0.33 339.64 0.48 0.45
Hex AC 3C 62 0 41 2B 21 154 30 2D
Octal 254 74 142 0 101 53 41 524 60 55
Binary 10101100 111100 1100010 0 1000001 101011 100001 101010100 110000 101101

Color Harmonies of #AC3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C62

Black with #AC3C62

Text Example


Text Example

White with #AC3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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