Html Css Color HEX #AC4463 Rouge

📋 copy color: '#AC4463'

red 172 ◦ green 68 ◦ blue 99

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

Shades of Rouge #AC4463

Tints of Rouge #AC4463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 50.74%
G = 20.06%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC4463 (or 0xAC4463) is known color: Rouge. HEX triplet: AC, 44 and 63. RGB value is (172,68,99). Sum of RGB (Red+Green+Blue) = 172+68+99=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4463 is #53BB9C. Grayscale: #666666. Windows color (decimal): -5487517 or 6505644. OLE color: 6505644.

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

Color convert

RGB 172 68 99 -
CMYK 0 0.60 0.42 0.33
HSL 342.12º 0.43% 0.47% -
HSV(B) 342.12º 0.6% 0.67% -
XYZ 21.33 13.81 13.34 -
YUV 102.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 172 68 99 0 0.60 0.42 0.33 342.12 0.43 0.47
Hex AC 44 63 0 3C 2A 21 156 2B 2F
Octal 254 104 143 0 74 52 41 526 53 57
Binary 10101100 1000100 1100011 0 111100 101010 100001 101010110 101011 101111

Color Harmonies of #AC4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4463

Black with #AC4463

Text Example


Text Example

White with #AC4463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4463; }

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

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

background-color css

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

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

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

border-color css

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

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

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