Html Css Color HEX #AC2967 Rouge

📋 copy color: '#AC2967'

red 172 ◦ green 41 ◦ blue 103

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

Shades of Rouge #AC2967

Tints of Rouge #AC2967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

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

R = 54.43%
G = 12.97%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2967 (or 0xAC2967) is known color: Rouge. HEX triplet: AC, 29 and 67. RGB value is (172,41,103). Sum of RGB (Red+Green+Blue) = 172+41+103=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2967 is #53D698. Grayscale: #575757. Windows color (decimal): -5494425 or 6760876. OLE color: 6760876.

HSL color Cylindrical-coordinate representation of color #AC2967: hue angle of 331.6º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2967 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 103 -
CMYK 0 0.76 0.40 0.33
HSL 331.6º 0.62% 0.42% -
HSV(B) 331.6º 0.76% 0.67% -
XYZ 20.25 11.34 13.95 -
YUV 87.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 172 41 103 0 0.76 0.40 0.33 331.6 0.62 0.42
Hex AC 29 67 0 4C 28 21 14C 3E 2A
Octal 254 51 147 0 114 50 41 514 76 52
Binary 10101100 101001 1100111 0 1001100 101000 100001 101001100 111110 101010

Color Harmonies of #AC2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2967

Black with #AC2967

Text Example


Text Example

White with #AC2967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2967; }

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

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

background-color css

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

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

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

border-color css

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

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

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