Html Css Color HEX #AC3463 Rouge

📋 copy color: '#AC3463'

red 172 ◦ green 52 ◦ blue 99

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

Shades of Rouge #AC3463

Tints of Rouge #AC3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 53.25%
G = 16.1%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC3463 (or 0xAC3463) is known color: Rouge. HEX triplet: AC, 34 and 63. RGB value is (172,52,99). Sum of RGB (Red+Green+Blue) = 172+52+99=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3463 is #53CB9C. Grayscale: #5D5D5D. Windows color (decimal): -5491613 or 6501548. OLE color: 6501548.

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

Color convert

RGB 172 52 99 -
CMYK 0 0.70 0.42 0.33
HSL 336.5º 0.54% 0.44% -
HSV(B) 336.5º 0.7% 0.67% -
XYZ 20.49 12.13 13.07 -
YUV 93.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 172 52 99 0 0.70 0.42 0.33 336.5 0.54 0.44
Hex AC 34 63 0 46 2A 21 150 36 2C
Octal 254 64 143 0 106 52 41 520 66 54
Binary 10101100 110100 1100011 0 1000110 101010 100001 101010000 110110 101100

Color Harmonies of #AC3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3463

Black with #AC3463

Text Example


Text Example

White with #AC3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3463; }

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

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

background-color css

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

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

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

border-color css

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

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

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