Html Css Color HEX #AC446B Rouge

📋 copy color: '#AC446B'

red 172 ◦ green 68 ◦ blue 107

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

Shades of Rouge #AC446B

Tints of Rouge #AC446B

RGB

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

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

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

R = 49.57%
G = 19.6%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC446B (or 0xAC446B) is known color: Rouge. HEX triplet: AC, 44 and 6B. RGB value is (172,68,107). Sum of RGB (Red+Green+Blue) = 172+68+107=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC446B is #53BB94. Grayscale: #676767. Windows color (decimal): -5487509 or 7029932. OLE color: 7029932.

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

Color convert

RGB 172 68 107 -
CMYK 0 0.60 0.38 0.33
HSL 337.5º 0.43% 0.47% -
HSV(B) 337.5º 0.6% 0.67% -
XYZ 21.73 13.97 15.46 -
YUV 103.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 172 68 107 0 0.60 0.38 0.33 337.5 0.43 0.47
Hex AC 44 6B 0 3C 26 21 152 2B 2F
Octal 254 104 153 0 74 46 41 522 53 57
Binary 10101100 1000100 1101011 0 111100 100110 100001 101010010 101011 101111

Color Harmonies of #AC446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC446B

Black with #AC446B

Text Example


Text Example

White with #AC446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC446B; }

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

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

background-color css

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

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

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

border-color css

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

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

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