Html Css Color HEX #AC375A Rouge

📋 copy color: '#AC375A'

red 172 ◦ green 55 ◦ blue 90

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

Shades of Rouge #AC375A

Tints of Rouge #AC375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 54.26%
G = 17.35%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC375A (or 0xAC375A) is known color: Rouge. HEX triplet: AC, 37 and 5A. RGB value is (172,55,90). Sum of RGB (Red+Green+Blue) = 172+55+90=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC375A is #53C8A5. Grayscale: #5D5D5D. Windows color (decimal): -5490854 or 5912492. OLE color: 5912492.

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

Color convert

RGB 172 55 90 -
CMYK 0 0.68 0.48 0.33
HSL 342.05º 0.52% 0.45% -
HSV(B) 342.05º 0.68% 0.67% -
XYZ 20.22 12.24 10.97 -
YUV 93.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 172 55 90 0 0.68 0.48 0.33 342.05 0.52 0.45
Hex AC 37 5A 0 44 30 21 156 34 2D
Octal 254 67 132 0 104 60 41 526 64 55
Binary 10101100 110111 1011010 0 1000100 110000 100001 101010110 110100 101101

Color Harmonies of #AC375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC375A

Black with #AC375A

Text Example


Text Example

White with #AC375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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