Html Css Color HEX #AC2F65 Rouge

📋 copy color: '#AC2F65'

red 172 ◦ green 47 ◦ blue 101

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

Shades of Rouge #AC2F65

Tints of Rouge #AC2F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 53.75%
G = 14.69%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2F65 (or 0xAC2F65) is known color: Rouge. HEX triplet: AC, 2F and 65. RGB value is (172,47,101). Sum of RGB (Red+Green+Blue) = 172+47+101=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2F65 is #53D09A. Grayscale: #5A5A5A. Windows color (decimal): -5492891 or 6631340. OLE color: 6631340.

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

Color convert

RGB 172 47 101 -
CMYK 0 0.73 0.41 0.33
HSL 334.08º 0.57% 0.43% -
HSV(B) 334.08º 0.73% 0.67% -
XYZ 20.38 11.74 13.5 -
YUV 90.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 172 47 101 0 0.73 0.41 0.33 334.08 0.57 0.43
Hex AC 2F 65 0 49 29 21 14E 39 2B
Octal 254 57 145 0 111 51 41 516 71 53
Binary 10101100 101111 1100101 0 1001001 101001 100001 101001110 111001 101011

Color Harmonies of #AC2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F65

Black with #AC2F65

Text Example


Text Example

White with #AC2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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