Html Css Color HEX #AC345F Rouge

📋 copy color: '#AC345F'

red 172 ◦ green 52 ◦ blue 95

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

Shades of Rouge #AC345F

Tints of Rouge #AC345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 53.92%
G = 16.3%
B = 29.78%

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

#AC345F (or 0xAC345F) is known color: Rouge. HEX triplet: AC, 34 and 5F. RGB value is (172,52,95). Sum of RGB (Red+Green+Blue) = 172+52+95=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345F is #53CBA0. Grayscale: #5C5C5C. Windows color (decimal): -5491617 or 6239404. OLE color: 6239404.

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

Color convert

RGB 172 52 95 -
CMYK 0 0.70 0.45 0.33
HSL 338.5º 0.54% 0.44% -
HSV(B) 338.5º 0.7% 0.67% -
XYZ 20.31 12.05 12.08 -
YUV 92.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 172 52 95 0 0.70 0.45 0.33 338.5 0.54 0.44
Hex AC 34 5F 0 46 2D 21 152 36 2C
Octal 254 64 137 0 106 55 41 522 66 54
Binary 10101100 110100 1011111 0 1000110 101101 100001 101010010 110110 101100

Color Harmonies of #AC345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC345F

Black with #AC345F

Text Example


Text Example

White with #AC345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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