Html Css Color HEX #AC405F Rouge

📋 copy color: '#AC405F'

red 172 ◦ green 64 ◦ blue 95

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

Shades of Rouge #AC405F

Tints of Rouge #AC405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 51.96%
G = 19.34%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC405F (or 0xAC405F) is known color: Rouge. HEX triplet: AC, 40 and 5F. RGB value is (172,64,95). Sum of RGB (Red+Green+Blue) = 172+64+95=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC405F is #53BFA0. Grayscale: #636363. Windows color (decimal): -5488545 or 6242476. OLE color: 6242476.

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

Color convert

RGB 172 64 95 -
CMYK 0 0.63 0.45 0.33
HSL 342.78º 0.46% 0.46% -
HSV(B) 342.78º 0.63% 0.67% -
XYZ 20.91 13.26 12.28 -
YUV 99.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 172 64 95 0 0.63 0.45 0.33 342.78 0.46 0.46
Hex AC 40 5F 0 3F 2D 21 157 2E 2E
Octal 254 100 137 0 77 55 41 527 56 56
Binary 10101100 1000000 1011111 0 111111 101101 100001 101010111 101110 101110

Color Harmonies of #AC405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC405F

Black with #AC405F

Text Example


Text Example

White with #AC405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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