Html Css Color HEX #AC286B Rouge

📋 copy color: '#AC286B'

red 172 ◦ green 40 ◦ blue 107

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

Shades of Rouge #AC286B

Tints of Rouge #AC286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 53.92%
G = 12.54%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC286B (or 0xAC286B) is known color: Rouge. HEX triplet: AC, 28 and 6B. RGB value is (172,40,107). Sum of RGB (Red+Green+Blue) = 172+40+107=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC286B is #53D794. Grayscale: #565656. Windows color (decimal): -5494677 or 7022764. OLE color: 7022764.

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

Color convert

RGB 172 40 107 -
CMYK 0 0.77 0.38 0.33
HSL 329.55º 0.62% 0.42% -
HSV(B) 329.55º 0.77% 0.67% -
XYZ 20.43 11.35 15.02 -
YUV 87.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 172 40 107 0 0.77 0.38 0.33 329.55 0.62 0.42
Hex AC 28 6B 0 4D 26 21 14A 3E 2A
Octal 254 50 153 0 115 46 41 512 76 52
Binary 10101100 101000 1101011 0 1001101 100110 100001 101001010 111110 101010

Color Harmonies of #AC286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC286B

Black with #AC286B

Text Example


Text Example

White with #AC286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC286B; }

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

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

background-color css

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

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

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

border-color css

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

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

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