Html Css Color HEX #AC3A6E Rouge

📋 copy color: '#AC3A6E'

red 172 ◦ green 58 ◦ blue 110

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

Shades of Rouge #AC3A6E

Tints of Rouge #AC3A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 50.59%
G = 17.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC3A6E (or 0xAC3A6E) is known color: Rouge. HEX triplet: AC, 3A and 6E. RGB value is (172,58,110). Sum of RGB (Red+Green+Blue) = 172+58+110=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A6E is #53C591. Grayscale: #616161. Windows color (decimal): -5490066 or 7223980. OLE color: 7223980.

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

Color convert

RGB 172 58 110 -
CMYK 0 0.66 0.36 0.33
HSL 332.63º 0.5% 0.45% -
HSV(B) 332.63º 0.66% 0.67% -
XYZ 21.34 12.92 16.12 -
YUV 98.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 172 58 110 0 0.66 0.36 0.33 332.63 0.5 0.45
Hex AC 3A 6E 0 42 24 21 14D 32 2D
Octal 254 72 156 0 102 44 41 515 62 55
Binary 10101100 111010 1101110 0 1000010 100100 100001 101001101 110010 101101

Color Harmonies of #AC3A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A6E

Black with #AC3A6E

Text Example


Text Example

White with #AC3A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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