Html Css Color HEX #AC446E Rouge

📋 copy color: '#AC446E'

red 172 ◦ green 68 ◦ blue 110

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

Shades of Rouge #AC446E

Tints of Rouge #AC446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 49.14%
G = 19.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC446E (or 0xAC446E) is known color: Rouge. HEX triplet: AC, 44 and 6E. RGB value is (172,68,110). Sum of RGB (Red+Green+Blue) = 172+68+110=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC446E is #53BB91. Grayscale: #676767. Windows color (decimal): -5487506 or 7226540. OLE color: 7226540.

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

Color convert

RGB 172 68 110 -
CMYK 0 0.60 0.36 0.33
HSL 335.77º 0.43% 0.47% -
HSV(B) 335.77º 0.6% 0.67% -
XYZ 21.89 14.03 16.31 -
YUV 103.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 172 68 110 0 0.60 0.36 0.33 335.77 0.43 0.47
Hex AC 44 6E 0 3C 24 21 150 2B 2F
Octal 254 104 156 0 74 44 41 520 53 57
Binary 10101100 1000100 1101110 0 111100 100100 100001 101010000 101011 101111

Color Harmonies of #AC446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC446E

Black with #AC446E

Text Example


Text Example

White with #AC446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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