Html Css Color HEX #AC3E62 Rouge

📋 copy color: '#AC3E62'

red 172 ◦ green 62 ◦ blue 98

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

Shades of Rouge #AC3E62

Tints of Rouge #AC3E62

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 51.81%
G = 18.67%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3E62 (or 0xAC3E62) is known color: Rouge. HEX triplet: AC, 3E and 62. RGB value is (172,62,98). Sum of RGB (Red+Green+Blue) = 172+62+98=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E62 is #53C19D. Grayscale: #626262. Windows color (decimal): -5489054 or 6438572. OLE color: 6438572.

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

Color convert

RGB 172 62 98 -
CMYK 0 0.64 0.43 0.33
HSL 340.36º 0.47% 0.46% -
HSV(B) 340.36º 0.64% 0.67% -
XYZ 20.94 13.1 12.98 -
YUV 98.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 172 62 98 0 0.64 0.43 0.33 340.36 0.47 0.46
Hex AC 3E 62 0 40 2B 21 154 2F 2E
Octal 254 76 142 0 100 53 41 524 57 56
Binary 10101100 111110 1100010 0 1000000 101011 100001 101010100 101111 101110

Color Harmonies of #AC3E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E62

Black with #AC3E62

Text Example


Text Example

White with #AC3E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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