Html Css Color HEX #AC446D Rouge

📋 copy color: '#AC446D'

red 172 ◦ green 68 ◦ blue 109

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

Shades of Rouge #AC446D

Tints of Rouge #AC446D

RGB

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

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

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

R = 49.28%
G = 19.48%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC446D (or 0xAC446D) is known color: Rouge. HEX triplet: AC, 44 and 6D. RGB value is (172,68,109). Sum of RGB (Red+Green+Blue) = 172+68+109=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC446D is #53BB92. Grayscale: #676767. Windows color (decimal): -5487507 or 7161004. OLE color: 7161004.

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

Color convert

RGB 172 68 109 -
CMYK 0 0.60 0.37 0.33
HSL 336.35º 0.43% 0.47% -
HSV(B) 336.35º 0.6% 0.67% -
XYZ 21.84 14.01 16.02 -
YUV 103.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 172 68 109 0 0.60 0.37 0.33 336.35 0.43 0.47
Hex AC 44 6D 0 3C 25 21 150 2B 2F
Octal 254 104 155 0 74 45 41 520 53 57
Binary 10101100 1000100 1101101 0 111100 100101 100001 101010000 101011 101111

Color Harmonies of #AC446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC446D

Black with #AC446D

Text Example


Text Example

White with #AC446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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