Html Css Color HEX #AC3770 Rouge

📋 copy color: '#AC3770'

red 172 ◦ green 55 ◦ blue 112

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

Shades of Rouge #AC3770

Tints of Rouge #AC3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 50.74%
G = 16.22%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3770 (or 0xAC3770) is known color: Rouge. HEX triplet: AC, 37 and 70. RGB value is (172,55,112). Sum of RGB (Red+Green+Blue) = 172+55+112=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3770 is #53C88F. Grayscale: #606060. Windows color (decimal): -5490832 or 7354284. OLE color: 7354284.

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

Color convert

RGB 172 55 112 -
CMYK 0 0.68 0.35 0.33
HSL 330.77º 0.52% 0.45% -
HSV(B) 330.77º 0.68% 0.67% -
XYZ 21.3 12.67 16.65 -
YUV 96.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 172 55 112 0 0.68 0.35 0.33 330.77 0.52 0.45
Hex AC 37 70 0 44 23 21 14B 34 2D
Octal 254 67 160 0 104 43 41 513 64 55
Binary 10101100 110111 1110000 0 1000100 100011 100001 101001011 110100 101101

Color Harmonies of #AC3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3770

Black with #AC3770

Text Example


Text Example

White with #AC3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3770; }

 p { color: rgb(172,55,112); }

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

background-color css

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

 a { background-color: rgb(172,55,112); }

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

border-color css

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

 span { border-color: rgb(172,55,112); }

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