Html Css Color HEX #AC415F Rouge

📋 copy color: '#AC415F'

red 172 ◦ green 65 ◦ blue 95

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

Shades of Rouge #AC415F

Tints of Rouge #AC415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 51.81%
G = 19.58%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC415F (or 0xAC415F) is known color: Rouge. HEX triplet: AC, 41 and 5F. RGB value is (172,65,95). Sum of RGB (Red+Green+Blue) = 172+65+95=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415F is #53BEA0. Grayscale: #646464. Windows color (decimal): -5488289 or 6242732. OLE color: 6242732.

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

Color convert

RGB 172 65 95 -
CMYK 0 0.62 0.45 0.33
HSL 343.18º 0.45% 0.46% -
HSV(B) 343.18º 0.62% 0.67% -
XYZ 20.97 13.38 12.3 -
YUV 100.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 172 65 95 0 0.62 0.45 0.33 343.18 0.45 0.46
Hex AC 41 5F 0 3E 2D 21 157 2D 2E
Octal 254 101 137 0 76 55 41 527 55 56
Binary 10101100 1000001 1011111 0 111110 101101 100001 101010111 101101 101110

Color Harmonies of #AC415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC415F

Black with #AC415F

Text Example


Text Example

White with #AC415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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