Html Css Color HEX #AC2D6E Rouge

📋 copy color: '#AC2D6E'

red 172 ◦ green 45 ◦ blue 110

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

Shades of Rouge #AC2D6E

Tints of Rouge #AC2D6E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

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

R = 52.6%
G = 13.76%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC2D6E (or 0xAC2D6E) is known color: Rouge. HEX triplet: AC, 2D and 6E. RGB value is (172,45,110). Sum of RGB (Red+Green+Blue) = 172+45+110=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2D6E is #53D291. Grayscale: #5A5A5A. Windows color (decimal): -5493394 or 7220652. OLE color: 7220652.

HSL color Cylindrical-coordinate representation of color #AC2D6E: hue angle of 329.29º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D6E is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 45 110 -
CMYK 0 0.74 0.36 0.33
HSL 329.29º 0.59% 0.43% -
HSV(B) 329.29º 0.74% 0.67% -
XYZ 20.77 11.77 15.93 -
YUV 90.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 172 45 110 0 0.74 0.36 0.33 329.29 0.59 0.43
Hex AC 2D 6E 0 4A 24 21 149 3B 2B
Octal 254 55 156 0 112 44 41 511 73 53
Binary 10101100 101101 1101110 0 1001010 100100 100001 101001001 111011 101011

Color Harmonies of #AC2D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2D6E

Black with #AC2D6E

Text Example


Text Example

White with #AC2D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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