Html Css Color HEX #AC2F61 Rouge

📋 copy color: '#AC2F61'

red 172 ◦ green 47 ◦ blue 97

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

Shades of Rouge #AC2F61

Tints of Rouge #AC2F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 54.43%
G = 14.87%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC2F61 (or 0xAC2F61) is known color: Rouge. HEX triplet: AC, 2F and 61. RGB value is (172,47,97). Sum of RGB (Red+Green+Blue) = 172+47+97=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2F61 is #53D09E. Grayscale: #5A5A5A. Windows color (decimal): -5492895 or 6369196. OLE color: 6369196.

HSL color Cylindrical-coordinate representation of color #AC2F61: hue angle of 336º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2F61 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 97 -
CMYK 0 0.73 0.44 0.33
HSL 336º 0.57% 0.43% -
HSV(B) 336º 0.73% 0.67% -
XYZ 20.19 11.67 12.5 -
YUV 90.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 172 47 97 0 0.73 0.44 0.33 336 0.57 0.43
Hex AC 2F 61 0 49 2C 21 150 39 2B
Octal 254 57 141 0 111 54 41 520 71 53
Binary 10101100 101111 1100001 0 1001001 101100 100001 101010000 111001 101011

Color Harmonies of #AC2F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F61

Black with #AC2F61

Text Example


Text Example

White with #AC2F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F61; }

 p { color: rgb(172,47,97); }

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

background-color css

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

 a { background-color: rgb(172,47,97); }

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

border-color css

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

 span { border-color: rgb(172,47,97); }

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