Html Css Color HEX #AC3970 Rouge

📋 copy color: '#AC3970'

red 172 ◦ green 57 ◦ blue 112

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

Shades of Rouge #AC3970

Tints of Rouge #AC3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 50.44%
G = 16.72%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3970 (or 0xAC3970) is known color: Rouge. HEX triplet: AC, 39 and 70. RGB value is (172,57,112). Sum of RGB (Red+Green+Blue) = 172+57+112=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3970 is #53C68F. Grayscale: #616161. Windows color (decimal): -5490320 or 7354796. OLE color: 7354796.

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

Color convert

RGB 172 57 112 -
CMYK 0 0.67 0.35 0.33
HSL 331.3º 0.5% 0.45% -
HSV(B) 331.3º 0.67% 0.67% -
XYZ 21.4 12.87 16.68 -
YUV 97.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 172 57 112 0 0.67 0.35 0.33 331.3 0.5 0.45
Hex AC 39 70 0 43 23 21 14B 32 2D
Octal 254 71 160 0 103 43 41 513 62 55
Binary 10101100 111001 1110000 0 1000011 100011 100001 101001011 110010 101101

Color Harmonies of #AC3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3970

Black with #AC3970

Text Example


Text Example

White with #AC3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3970; }

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

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

background-color css

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

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

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

border-color css

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

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

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