Html Css Color HEX #AC2668 Rouge

📋 copy color: '#AC2668'

red 172 ◦ green 38 ◦ blue 104

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

Shades of Rouge #AC2668

Tints of Rouge #AC2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 54.78%
G = 12.1%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2668 (or 0xAC2668) is known color: Rouge. HEX triplet: AC, 26 and 68. RGB value is (172,38,104). Sum of RGB (Red+Green+Blue) = 172+38+104=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2668 is #53D997. Grayscale: #555555. Windows color (decimal): -5495192 or 6825644. OLE color: 6825644.

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

Color convert

RGB 172 38 104 -
CMYK 0 0.78 0.40 0.33
HSL 330.45º 0.64% 0.41% -
HSV(B) 330.45º 0.78% 0.67% -
XYZ 20.21 11.16 14.19 -
YUV 85.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 172 38 104 0 0.78 0.40 0.33 330.45 0.64 0.41
Hex AC 26 68 0 4E 28 21 14A 40 29
Octal 254 46 150 0 116 50 41 512 100 51
Binary 10101100 100110 1101000 0 1001110 101000 100001 101001010 1000000 101001

Color Harmonies of #AC2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2668

Black with #AC2668

Text Example


Text Example

White with #AC2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2668; }

 p { color: rgb(172,38,104); }

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

background-color css

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

 a { background-color: rgb(172,38,104); }

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

border-color css

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

 span { border-color: rgb(172,38,104); }

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