Html Css Color HEX #AC3468 Rouge

📋 copy color: '#AC3468'

red 172 ◦ green 52 ◦ blue 104

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

Shades of Rouge #AC3468

Tints of Rouge #AC3468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 52.44%
G = 15.85%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3468 (or 0xAC3468) is known color: Rouge. HEX triplet: AC, 34 and 68. RGB value is (172,52,104). Sum of RGB (Red+Green+Blue) = 172+52+104=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3468 is #53CB97. Grayscale: #5D5D5D. Windows color (decimal): -5491608 or 6829228. OLE color: 6829228.

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

Color convert

RGB 172 52 104 -
CMYK 0 0.70 0.40 0.33
HSL 334º 0.54% 0.44% -
HSV(B) 334º 0.7% 0.67% -
XYZ 20.74 12.23 14.36 -
YUV 93.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 172 52 104 0 0.70 0.40 0.33 334 0.54 0.44
Hex AC 34 68 0 46 28 21 14E 36 2C
Octal 254 64 150 0 106 50 41 516 66 54
Binary 10101100 110100 1101000 0 1000110 101000 100001 101001110 110110 101100

Color Harmonies of #AC3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3468

Black with #AC3468

Text Example


Text Example

White with #AC3468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3468; }

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

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

background-color css

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

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

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

border-color css

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

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

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