Html Css Color HEX #AC4063 Rouge

📋 copy color: '#AC4063'

red 172 ◦ green 64 ◦ blue 99

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

Shades of Rouge #AC4063

Tints of Rouge #AC4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 51.34%
G = 19.1%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC4063 (or 0xAC4063) is known color: Rouge. HEX triplet: AC, 40 and 63. RGB value is (172,64,99). Sum of RGB (Red+Green+Blue) = 172+64+99=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4063 is #53BF9C. Grayscale: #646464. Windows color (decimal): -5488541 or 6504620. OLE color: 6504620.

HSL color Cylindrical-coordinate representation of color #AC4063: hue angle of 340.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4063 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 99 -
CMYK 0 0.63 0.42 0.33
HSL 340.56º 0.46% 0.46% -
HSV(B) 340.56º 0.63% 0.67% -
XYZ 21.1 13.34 13.27 -
YUV 100.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 172 64 99 0 0.63 0.42 0.33 340.56 0.46 0.46
Hex AC 40 63 0 3F 2A 21 155 2E 2E
Octal 254 100 143 0 77 52 41 525 56 56
Binary 10101100 1000000 1100011 0 111111 101010 100001 101010101 101110 101110

Color Harmonies of #AC4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4063

Black with #AC4063

Text Example


Text Example

White with #AC4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4063; }

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

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

background-color css

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

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

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

border-color css

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

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

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