Html Css Color HEX #AC4261 Rouge

📋 copy color: '#AC4261'

red 172 ◦ green 66 ◦ blue 97

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

Shades of Rouge #AC4261

Tints of Rouge #AC4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 51.34%
G = 19.7%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4261 (or 0xAC4261) is known color: Rouge. HEX triplet: AC, 42 and 61. RGB value is (172,66,97). Sum of RGB (Red+Green+Blue) = 172+66+97=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4261 is #53BD9E. Grayscale: #656565. Windows color (decimal): -5488031 or 6374060. OLE color: 6374060.

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

Color convert

RGB 172 66 97 -
CMYK 0 0.62 0.44 0.33
HSL 342.45º 0.45% 0.47% -
HSV(B) 342.45º 0.62% 0.67% -
XYZ 21.12 13.53 12.81 -
YUV 101.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 172 66 97 0 0.62 0.44 0.33 342.45 0.45 0.47
Hex AC 42 61 0 3E 2C 21 156 2D 2F
Octal 254 102 141 0 76 54 41 526 55 57
Binary 10101100 1000010 1100001 0 111110 101100 100001 101010110 101101 101111

Color Harmonies of #AC4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4261

Black with #AC4261

Text Example


Text Example

White with #AC4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4261; }

 p { color: rgb(172,66,97); }

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

background-color css

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

 a { background-color: rgb(172,66,97); }

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

border-color css

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

 span { border-color: rgb(172,66,97); }

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