Html Css Color HEX #AC345E Rouge

📋 copy color: '#AC345E'

red 172 ◦ green 52 ◦ blue 94

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

Shades of Rouge #AC345E

Tints of Rouge #AC345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 54.09%
G = 16.35%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC345E (or 0xAC345E) is known color: Rouge. HEX triplet: AC, 34 and 5E. RGB value is (172,52,94). Sum of RGB (Red+Green+Blue) = 172+52+94=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345E is #53CBA1. Grayscale: #5C5C5C. Windows color (decimal): -5491618 or 6173868. OLE color: 6173868.

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

Color convert

RGB 172 52 94 -
CMYK 0 0.70 0.45 0.33
HSL 339º 0.54% 0.44% -
HSV(B) 339º 0.7% 0.67% -
XYZ 20.26 12.03 11.84 -
YUV 92.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 172 52 94 0 0.70 0.45 0.33 339 0.54 0.44
Hex AC 34 5E 0 46 2D 21 153 36 2C
Octal 254 64 136 0 106 55 41 523 66 54
Binary 10101100 110100 1011110 0 1000110 101101 100001 101010011 110110 101100

Color Harmonies of #AC345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC345E

Black with #AC345E

Text Example


Text Example

White with #AC345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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