Html Css Color HEX #AC2865 Rouge

📋 copy color: '#AC2865'

red 172 ◦ green 40 ◦ blue 101

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

Shades of Rouge #AC2865

Tints of Rouge #AC2865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 54.95%
G = 12.78%
B = 32.27%

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

#AC2865 (or 0xAC2865) is known color: Rouge. HEX triplet: AC, 28 and 65. RGB value is (172,40,101). Sum of RGB (Red+Green+Blue) = 172+40+101=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2865 is #53D79A. Grayscale: #565656. Windows color (decimal): -5494683 or 6629548. OLE color: 6629548.

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

Color convert

RGB 172 40 101 -
CMYK 0 0.77 0.41 0.33
HSL 332.27º 0.62% 0.42% -
HSV(B) 332.27º 0.77% 0.67% -
XYZ 20.12 11.23 13.42 -
YUV 86.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 172 40 101 0 0.77 0.41 0.33 332.27 0.62 0.42
Hex AC 28 65 0 4D 29 21 14C 3E 2A
Octal 254 50 145 0 115 51 41 514 76 52
Binary 10101100 101000 1100101 0 1001101 101001 100001 101001100 111110 101010

Color Harmonies of #AC2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2865

Black with #AC2865

Text Example


Text Example

White with #AC2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2865; }

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

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

background-color css

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

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

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

border-color css

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

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

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