Html Css Color HEX #AC295F Rouge

📋 copy color: '#AC295F'

red 172 ◦ green 41 ◦ blue 95

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

Shades of Rouge #AC295F

Tints of Rouge #AC295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 55.84%
G = 13.31%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC295F (or 0xAC295F) is known color: Rouge. HEX triplet: AC, 29 and 5F. RGB value is (172,41,95). Sum of RGB (Red+Green+Blue) = 172+41+95=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC295F is #53D6A0. Grayscale: #565656. Windows color (decimal): -5494433 or 6236588. OLE color: 6236588.

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

Color convert

RGB 172 41 95 -
CMYK 0 0.76 0.45 0.33
HSL 335.27º 0.62% 0.42% -
HSV(B) 335.27º 0.76% 0.67% -
XYZ 19.87 11.18 11.94 -
YUV 86.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 172 41 95 0 0.76 0.45 0.33 335.27 0.62 0.42
Hex AC 29 5F 0 4C 2D 21 14F 3E 2A
Octal 254 51 137 0 114 55 41 517 76 52
Binary 10101100 101001 1011111 0 1001100 101101 100001 101001111 111110 101010

Color Harmonies of #AC295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC295F

Black with #AC295F

Text Example


Text Example

White with #AC295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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