Html Css Color HEX #AC276A Rouge

📋 copy color: '#AC276A'

red 172 ◦ green 39 ◦ blue 106

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

Shades of Rouge #AC276A

Tints of Rouge #AC276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 54.26%
G = 12.3%
B = 33.44%

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

#AC276A (or 0xAC276A) is known color: Rouge. HEX triplet: AC, 27 and 6A. RGB value is (172,39,106). Sum of RGB (Red+Green+Blue) = 172+39+106=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC276A is #53D895. Grayscale: #565656. Windows color (decimal): -5494934 or 6956972. OLE color: 6956972.

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

Color convert

RGB 172 39 106 -
CMYK 0 0.77 0.38 0.33
HSL 329.77º 0.63% 0.41% -
HSV(B) 329.77º 0.77% 0.67% -
XYZ 20.34 11.26 14.74 -
YUV 86.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 172 39 106 0 0.77 0.38 0.33 329.77 0.63 0.41
Hex AC 27 6A 0 4D 26 21 14A 3F 29
Octal 254 47 152 0 115 46 41 512 77 51
Binary 10101100 100111 1101010 0 1001101 100110 100001 101001010 111111 101001

Color Harmonies of #AC276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC276A

Black with #AC276A

Text Example


Text Example

White with #AC276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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