Html Css Color HEX #AC405E Rouge

📋 copy color: '#AC405E'

red 172 ◦ green 64 ◦ blue 94

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

Shades of Rouge #AC405E

Tints of Rouge #AC405E

RGB

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

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

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

R = 52.12%
G = 19.39%
B = 28.48%

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

#AC405E (or 0xAC405E) is known color: Rouge. HEX triplet: AC, 40 and 5E. RGB value is (172,64,94). Sum of RGB (Red+Green+Blue) = 172+64+94=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC405E is #53BFA1. Grayscale: #636363. Windows color (decimal): -5488546 or 6176940. OLE color: 6176940.

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

Color convert

RGB 172 64 94 -
CMYK 0 0.63 0.45 0.33
HSL 343.33º 0.46% 0.46% -
HSV(B) 343.33º 0.63% 0.67% -
XYZ 20.87 13.25 12.05 -
YUV 99.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 172 64 94 0 0.63 0.45 0.33 343.33 0.46 0.46
Hex AC 40 5E 0 3F 2D 21 157 2E 2E
Octal 254 100 136 0 77 55 41 527 56 56
Binary 10101100 1000000 1011110 0 111111 101101 100001 101010111 101110 101110

Color Harmonies of #AC405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC405E

Black with #AC405E

Text Example


Text Example

White with #AC405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC405E; }

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

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

background-color css

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

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

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

border-color css

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

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

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