Html Css Color HEX #AC2765 Rouge

📋 copy color: '#AC2765'

red 172 ◦ green 39 ◦ blue 101

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

Shades of Rouge #AC2765

Tints of Rouge #AC2765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 55.13%
G = 12.5%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2765 (or 0xAC2765) is known color: Rouge. HEX triplet: AC, 27 and 65. RGB value is (172,39,101). Sum of RGB (Red+Green+Blue) = 172+39+101=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2765 is #53D89A. Grayscale: #555555. Windows color (decimal): -5494939 or 6629292. OLE color: 6629292.

HSL color Cylindrical-coordinate representation of color #AC2765: hue angle of 332.03º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2765 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 101 -
CMYK 0 0.77 0.41 0.33
HSL 332.03º 0.63% 0.41% -
HSV(B) 332.03º 0.77% 0.67% -
XYZ 20.09 11.16 13.41 -
YUV 85.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 172 39 101 0 0.77 0.41 0.33 332.03 0.63 0.41
Hex AC 27 65 0 4D 29 21 14C 3F 29
Octal 254 47 145 0 115 51 41 514 77 51
Binary 10101100 100111 1100101 0 1001101 101001 100001 101001100 111111 101001

Color Harmonies of #AC2765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2765

Black with #AC2765

Text Example


Text Example

White with #AC2765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2765; }

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

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

background-color css

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

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

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

border-color css

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

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

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