Html Css Color HEX #AC3A6D Rouge

📋 copy color: '#AC3A6D'

red 172 ◦ green 58 ◦ blue 109

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

Shades of Rouge #AC3A6D

Tints of Rouge #AC3A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 50.74%
G = 17.11%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC3A6D (or 0xAC3A6D) is known color: Rouge. HEX triplet: AC, 3A and 6D. RGB value is (172,58,109). Sum of RGB (Red+Green+Blue) = 172+58+109=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A6D is #53C592. Grayscale: #616161. Windows color (decimal): -5490067 or 7158444. OLE color: 7158444.

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

Color convert

RGB 172 58 109 -
CMYK 0 0.66 0.37 0.33
HSL 333.16º 0.5% 0.45% -
HSV(B) 333.16º 0.66% 0.67% -
XYZ 21.29 12.9 15.84 -
YUV 97.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 172 58 109 0 0.66 0.37 0.33 333.16 0.5 0.45
Hex AC 3A 6D 0 42 25 21 14D 32 2D
Octal 254 72 155 0 102 45 41 515 62 55
Binary 10101100 111010 1101101 0 1000010 100101 100001 101001101 110010 101101

Color Harmonies of #AC3A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A6D

Black with #AC3A6D

Text Example


Text Example

White with #AC3A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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