Html Css Color HEX #AC286D Rouge

📋 copy color: '#AC286D'

red 172 ◦ green 40 ◦ blue 109

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

Shades of Rouge #AC286D

Tints of Rouge #AC286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 53.58%
G = 12.46%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC286D (or 0xAC286D) is known color: Rouge. HEX triplet: AC, 28 and 6D. RGB value is (172,40,109). Sum of RGB (Red+Green+Blue) = 172+40+109=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC286D is #53D792. Grayscale: #575757. Windows color (decimal): -5494675 or 7153836. OLE color: 7153836.

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

Color convert

RGB 172 40 109 -
CMYK 0 0.77 0.37 0.33
HSL 328.64º 0.62% 0.42% -
HSV(B) 328.64º 0.77% 0.67% -
XYZ 20.53 11.39 15.58 -
YUV 87.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 172 40 109 0 0.77 0.37 0.33 328.64 0.62 0.42
Hex AC 28 6D 0 4D 25 21 149 3E 2A
Octal 254 50 155 0 115 45 41 511 76 52
Binary 10101100 101000 1101101 0 1001101 100101 100001 101001001 111110 101010

Color Harmonies of #AC286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC286D

Black with #AC286D

Text Example


Text Example

White with #AC286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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