Html Css Color HEX #AC375E Rouge

📋 copy color: '#AC375E'

red 172 ◦ green 55 ◦ blue 94

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

Shades of Rouge #AC375E

Tints of Rouge #AC375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 53.58%
G = 17.13%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC375E (or 0xAC375E) is known color: Rouge. HEX triplet: AC, 37 and 5E. RGB value is (172,55,94). Sum of RGB (Red+Green+Blue) = 172+55+94=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC375E is #53C8A1. Grayscale: #5E5E5E. Windows color (decimal): -5490850 or 6174636. OLE color: 6174636.

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

Color convert

RGB 172 55 94 -
CMYK 0 0.68 0.45 0.33
HSL 340º 0.52% 0.45% -
HSV(B) 340º 0.68% 0.67% -
XYZ 20.4 12.31 11.89 -
YUV 94.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 172 55 94 0 0.68 0.45 0.33 340 0.52 0.45
Hex AC 37 5E 0 44 2D 21 154 34 2D
Octal 254 67 136 0 104 55 41 524 64 55
Binary 10101100 110111 1011110 0 1000100 101101 100001 101010100 110100 101101

Color Harmonies of #AC375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC375E

Black with #AC375E

Text Example


Text Example

White with #AC375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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