Html Css Color HEX #AC2766 Rouge

📋 copy color: '#AC2766'

red 172 ◦ green 39 ◦ blue 102

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

Shades of Rouge #AC2766

Tints of Rouge #AC2766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 54.95%
G = 12.46%
B = 32.59%

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

#AC2766 (or 0xAC2766) is known color: Rouge. HEX triplet: AC, 27 and 66. RGB value is (172,39,102). Sum of RGB (Red+Green+Blue) = 172+39+102=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2766 is #53D899. Grayscale: #555555. Windows color (decimal): -5494938 or 6694828. OLE color: 6694828.

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

Color convert

RGB 172 39 102 -
CMYK 0 0.77 0.41 0.33
HSL 331.58º 0.63% 0.41% -
HSV(B) 331.58º 0.77% 0.67% -
XYZ 20.14 11.18 13.67 -
YUV 85.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 172 39 102 0 0.77 0.41 0.33 331.58 0.63 0.41
Hex AC 27 66 0 4D 29 21 14C 3F 29
Octal 254 47 146 0 115 51 41 514 77 51
Binary 10101100 100111 1100110 0 1001101 101001 100001 101001100 111111 101001

Color Harmonies of #AC2766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2766

Black with #AC2766

Text Example


Text Example

White with #AC2766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2766; }

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

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

background-color css

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

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

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

border-color css

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

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

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