Html Css Color HEX #AC2965 Rouge

📋 copy color: '#AC2965'

red 172 ◦ green 41 ◦ blue 101

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

Shades of Rouge #AC2965

Tints of Rouge #AC2965

RGB

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

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

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

R = 54.78%
G = 13.06%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2965 (or 0xAC2965) is known color: Rouge. HEX triplet: AC, 29 and 65. RGB value is (172,41,101). Sum of RGB (Red+Green+Blue) = 172+41+101=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2965 is #53D69A. Grayscale: #565656. Windows color (decimal): -5494427 or 6629804. OLE color: 6629804.

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

Color convert

RGB 172 41 101 -
CMYK 0 0.76 0.41 0.33
HSL 332.52º 0.62% 0.42% -
HSV(B) 332.52º 0.76% 0.67% -
XYZ 20.16 11.3 13.43 -
YUV 87.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 172 41 101 0 0.76 0.41 0.33 332.52 0.62 0.42
Hex AC 29 65 0 4C 29 21 14D 3E 2A
Octal 254 51 145 0 114 51 41 515 76 52
Binary 10101100 101001 1100101 0 1001100 101001 100001 101001101 111110 101010

Color Harmonies of #AC2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2965

Black with #AC2965

Text Example


Text Example

White with #AC2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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