Html Css Color HEX #AC3562 Rouge

📋 copy color: '#AC3562'

red 172 ◦ green 53 ◦ blue 98

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

Shades of Rouge #AC3562

Tints of Rouge #AC3562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 53.25%
G = 16.41%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3562 (or 0xAC3562) is known color: Rouge. HEX triplet: AC, 35 and 62. RGB value is (172,53,98). Sum of RGB (Red+Green+Blue) = 172+53+98=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3562 is #53CA9D. Grayscale: #5D5D5D. Windows color (decimal): -5491358 or 6436268. OLE color: 6436268.

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

Color convert

RGB 172 53 98 -
CMYK 0 0.69 0.43 0.33
HSL 337.31º 0.53% 0.44% -
HSV(B) 337.31º 0.69% 0.67% -
XYZ 20.49 12.2 12.83 -
YUV 93.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 172 53 98 0 0.69 0.43 0.33 337.31 0.53 0.44
Hex AC 35 62 0 45 2B 21 151 35 2C
Octal 254 65 142 0 105 53 41 521 65 54
Binary 10101100 110101 1100010 0 1000101 101011 100001 101010001 110101 101100

Color Harmonies of #AC3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3562

Black with #AC3562

Text Example


Text Example

White with #AC3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3562; }

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

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

background-color css

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

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

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

border-color css

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

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

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