Html Css Color HEX #AC3F5E Rouge

📋 copy color: '#AC3F5E'

red 172 ◦ green 63 ◦ blue 94

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

Shades of Rouge #AC3F5E

Tints of Rouge #AC3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

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

R = 52.28%
G = 19.15%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC3F5E (or 0xAC3F5E) is known color: Rouge. HEX triplet: AC, 3F and 5E. RGB value is (172,63,94). Sum of RGB (Red+Green+Blue) = 172+63+94=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F5E is #53C0A1. Grayscale: #636363. Windows color (decimal): -5488802 or 6176684. OLE color: 6176684.

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

Color convert

RGB 172 63 94 -
CMYK 0 0.63 0.45 0.33
HSL 342.94º 0.46% 0.46% -
HSV(B) 342.94º 0.63% 0.67% -
XYZ 20.81 13.13 12.03 -
YUV 99.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 172 63 94 0 0.63 0.45 0.33 342.94 0.46 0.46
Hex AC 3F 5E 0 3F 2D 21 157 2E 2E
Octal 254 77 136 0 77 55 41 527 56 56
Binary 10101100 111111 1011110 0 111111 101101 100001 101010111 101110 101110

Color Harmonies of #AC3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F5E

Black with #AC3F5E

Text Example


Text Example

White with #AC3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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