Html Css Color HEX #AC2B68 Rouge

📋 copy color: '#AC2B68'

red 172 ◦ green 43 ◦ blue 104

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

Shades of Rouge #AC2B68

Tints of Rouge #AC2B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.48%

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

R = 53.92%
G = 13.48%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2B68 (or 0xAC2B68) is known color: Rouge. HEX triplet: AC, 2B and 68. RGB value is (172,43,104). Sum of RGB (Red+Green+Blue) = 172+43+104=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B68 is #53D497. Grayscale: #585858. Windows color (decimal): -5493912 or 6826924. OLE color: 6826924.

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

Color convert

RGB 172 43 104 -
CMYK 0 0.75 0.40 0.33
HSL 331.63º 0.6% 0.42% -
HSV(B) 331.63º 0.75% 0.67% -
XYZ 20.38 11.5 14.24 -
YUV 88.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 172 43 104 0 0.75 0.40 0.33 331.63 0.6 0.42
Hex AC 2B 68 0 4B 28 21 14C 3C 2A
Octal 254 53 150 0 113 50 41 514 74 52
Binary 10101100 101011 1101000 0 1001011 101000 100001 101001100 111100 101010

Color Harmonies of #AC2B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B68

Black with #AC2B68

Text Example


Text Example

White with #AC2B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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