Html Css Color HEX #AC3961 Rouge

📋 copy color: '#AC3961'

red 172 ◦ green 57 ◦ blue 97

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

Shades of Rouge #AC3961

Tints of Rouge #AC3961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 52.76%
G = 17.48%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC3961 (or 0xAC3961) is known color: Rouge. HEX triplet: AC, 39 and 61. RGB value is (172,57,97). Sum of RGB (Red+Green+Blue) = 172+57+97=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3961 is #53C69E. Grayscale: #5F5F5F. Windows color (decimal): -5490335 or 6371756. OLE color: 6371756.

HSL color Cylindrical-coordinate representation of color #AC3961: hue angle of 339.13º 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 #AC3961 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 57 97 -
CMYK 0 0.67 0.44 0.33
HSL 339.13º 0.5% 0.45% -
HSV(B) 339.13º 0.67% 0.67% -
XYZ 20.63 12.56 12.65 -
YUV 95.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 172 57 97 0 0.67 0.44 0.33 339.13 0.5 0.45
Hex AC 39 61 0 43 2C 21 153 32 2D
Octal 254 71 141 0 103 54 41 523 62 55
Binary 10101100 111001 1100001 0 1000011 101100 100001 101010011 110010 101101

Color Harmonies of #AC3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3961

Black with #AC3961

Text Example


Text Example

White with #AC3961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3961; }

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

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

background-color css

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

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

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

border-color css

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

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

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