Html Css Color HEX #AC2767 Rouge

📋 copy color: '#AC2767'

red 172 ◦ green 39 ◦ blue 103

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

Shades of Rouge #AC2767

Tints of Rouge #AC2767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 54.78%
G = 12.42%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2767 (or 0xAC2767) is known color: Rouge. HEX triplet: AC, 27 and 67. RGB value is (172,39,103). Sum of RGB (Red+Green+Blue) = 172+39+103=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2767 is #53D898. Grayscale: #555555. Windows color (decimal): -5494937 or 6760364. OLE color: 6760364.

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

Color convert

RGB 172 39 103 -
CMYK 0 0.77 0.40 0.33
HSL 331.13º 0.63% 0.41% -
HSV(B) 331.13º 0.77% 0.67% -
XYZ 20.19 11.2 13.93 -
YUV 86.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 172 39 103 0 0.77 0.40 0.33 331.13 0.63 0.41
Hex AC 27 67 0 4D 28 21 14B 3F 29
Octal 254 47 147 0 115 50 41 513 77 51
Binary 10101100 100111 1100111 0 1001101 101000 100001 101001011 111111 101001

Color Harmonies of #AC2767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2767

Black with #AC2767

Text Example


Text Example

White with #AC2767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2767; }

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

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

background-color css

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

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

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

border-color css

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

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

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