Html Css Color HEX #AC3964 Rouge

📋 copy color: '#AC3964'

red 172 ◦ green 57 ◦ blue 100

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

Shades of Rouge #AC3964

Tints of Rouge #AC3964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 52.28%
G = 17.33%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC3964 (or 0xAC3964) is known color: Rouge. HEX triplet: AC, 39 and 64. RGB value is (172,57,100). Sum of RGB (Red+Green+Blue) = 172+57+100=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3964 is #53C69B. Grayscale: #606060. Windows color (decimal): -5490332 or 6568364. OLE color: 6568364.

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

Color convert

RGB 172 57 100 -
CMYK 0 0.67 0.42 0.33
HSL 337.57º 0.5% 0.45% -
HSV(B) 337.57º 0.67% 0.67% -
XYZ 20.78 12.62 13.4 -
YUV 96.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 172 57 100 0 0.67 0.42 0.33 337.57 0.5 0.45
Hex AC 39 64 0 43 2A 21 152 32 2D
Octal 254 71 144 0 103 52 41 522 62 55
Binary 10101100 111001 1100100 0 1000011 101010 100001 101010010 110010 101101

Color Harmonies of #AC3964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3964

Black with #AC3964

Text Example


Text Example

White with #AC3964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3964; }

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

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

background-color css

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

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

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

border-color css

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

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

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