Html Css Color HEX #AC496B Rouge

📋 copy color: '#AC496B'

red 172 ◦ green 73 ◦ blue 107

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

Shades of Rouge #AC496B

Tints of Rouge #AC496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 48.86%
G = 20.74%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC496B (or 0xAC496B) is known color: Rouge. HEX triplet: AC, 49 and 6B. RGB value is (172,73,107). Sum of RGB (Red+Green+Blue) = 172+73+107=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC496B is #53B694. Grayscale: #6A6A6A. Windows color (decimal): -5486229 or 7031212. OLE color: 7031212.

HSL color Cylindrical-coordinate representation of color #AC496B: hue angle of 339.39º degrees, saturation: 0.4, 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 #AC496B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 107 -
CMYK 0 0.58 0.38 0.33
HSL 339.39º 0.4% 0.48% -
HSV(B) 339.39º 0.58% 0.67% -
XYZ 22.05 14.6 15.57 -
YUV 106.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 172 73 107 0 0.58 0.38 0.33 339.39 0.4 0.48
Hex AC 49 6B 0 3A 26 21 153 28 30
Octal 254 111 153 0 72 46 41 523 50 60
Binary 10101100 1001001 1101011 0 111010 100110 100001 101010011 101000 110000

Color Harmonies of #AC496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC496B

Black with #AC496B

Text Example


Text Example

White with #AC496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC496B; }

 p { color: rgb(172,73,107); }

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

background-color css

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

 a { background-color: rgb(172,73,107); }

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

border-color css

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

 span { border-color: rgb(172,73,107); }

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