Html Css Color HEX #AC3A5E Rouge

📋 copy color: '#AC3A5E'

red 172 ◦ green 58 ◦ blue 94

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

Shades of Rouge #AC3A5E

Tints of Rouge #AC3A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

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

R = 53.09%
G = 17.9%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC3A5E (or 0xAC3A5E) is known color: Rouge. HEX triplet: AC, 3A and 5E. RGB value is (172,58,94). Sum of RGB (Red+Green+Blue) = 172+58+94=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A5E is #53C5A1. Grayscale: #606060. Windows color (decimal): -5490082 or 6175404. OLE color: 6175404.

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

Color convert

RGB 172 58 94 -
CMYK 0 0.66 0.45 0.33
HSL 341.05º 0.5% 0.45% -
HSV(B) 341.05º 0.66% 0.67% -
XYZ 20.55 12.6 11.94 -
YUV 96.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 172 58 94 0 0.66 0.45 0.33 341.05 0.5 0.45
Hex AC 3A 5E 0 42 2D 21 155 32 2D
Octal 254 72 136 0 102 55 41 525 62 55
Binary 10101100 111010 1011110 0 1000010 101101 100001 101010101 110010 101101

Color Harmonies of #AC3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A5E

Black with #AC3A5E

Text Example


Text Example

White with #AC3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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