Html Css Color HEX #AC4460 Rouge

📋 copy color: '#AC4460'

red 172 ◦ green 68 ◦ blue 96

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

Shades of Rouge #AC4460

Tints of Rouge #AC4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 51.19%
G = 20.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4460 (or 0xAC4460) is known color: Rouge. HEX triplet: AC, 44 and 60. RGB value is (172,68,96). Sum of RGB (Red+Green+Blue) = 172+68+96=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4460 is #53BB9F. Grayscale: #666666. Windows color (decimal): -5487520 or 6309036. OLE color: 6309036.

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

Color convert

RGB 172 68 96 -
CMYK 0 0.60 0.44 0.33
HSL 343.85º 0.43% 0.47% -
HSV(B) 343.85º 0.6% 0.67% -
XYZ 21.19 13.75 12.6 -
YUV 102.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 172 68 96 0 0.60 0.44 0.33 343.85 0.43 0.47
Hex AC 44 60 0 3C 2C 21 158 2B 2F
Octal 254 104 140 0 74 54 41 530 53 57
Binary 10101100 1000100 1100000 0 111100 101100 100001 101011000 101011 101111

Color Harmonies of #AC4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4460

Black with #AC4460

Text Example


Text Example

White with #AC4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4460; }

 p { color: rgb(172,68,96); }

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

background-color css

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

 a { background-color: rgb(172,68,96); }

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

border-color css

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

 span { border-color: rgb(172,68,96); }

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