Html Css Color HEX #AC4866 Rouge

📋 copy color: '#AC4866'

red 172 ◦ green 72 ◦ blue 102

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

Shades of Rouge #AC4866

Tints of Rouge #AC4866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 102 (40.23% from 255) = 29.48%

R = 49.71%
G = 20.81%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4866 (or 0xAC4866) is known color: Rouge. HEX triplet: AC, 48 and 66. RGB value is (172,72,102). Sum of RGB (Red+Green+Blue) = 172+72+102=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4866 is #53B799. Grayscale: #696969. Windows color (decimal): -5486490 or 6703276. OLE color: 6703276.

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

Color convert

RGB 172 72 102 -
CMYK 0 0.58 0.41 0.33
HSL 342º 0.41% 0.48% -
HSV(B) 342º 0.58% 0.67% -
XYZ 21.73 14.36 14.2 -
YUV 105.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 172 72 102 0 0.58 0.41 0.33 342 0.41 0.48
Hex AC 48 66 0 3A 29 21 156 29 30
Octal 254 110 146 0 72 51 41 526 51 60
Binary 10101100 1001000 1100110 0 111010 101001 100001 101010110 101001 110000

Color Harmonies of #AC4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4866

Black with #AC4866

Text Example


Text Example

White with #AC4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4866; }

 p { color: rgb(172,72,102); }

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

background-color css

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

 a { background-color: rgb(172,72,102); }

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

border-color css

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

 span { border-color: rgb(172,72,102); }

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