Html Css Color HEX #AC446A Rouge

📋 copy color: '#AC446A'

red 172 ◦ green 68 ◦ blue 106

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

Shades of Rouge #AC446A

Tints of Rouge #AC446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 49.71%
G = 19.65%
B = 30.64%

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

#AC446A (or 0xAC446A) is known color: Rouge. HEX triplet: AC, 44 and 6A. RGB value is (172,68,106). Sum of RGB (Red+Green+Blue) = 172+68+106=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC446A is #53BB95. Grayscale: #676767. Windows color (decimal): -5487510 or 6964396. OLE color: 6964396.

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

Color convert

RGB 172 68 106 -
CMYK 0 0.60 0.38 0.33
HSL 338.08º 0.43% 0.47% -
HSV(B) 338.08º 0.6% 0.67% -
XYZ 21.68 13.95 15.18 -
YUV 103.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 172 68 106 0 0.60 0.38 0.33 338.08 0.43 0.47
Hex AC 44 6A 0 3C 26 21 152 2B 2F
Octal 254 104 152 0 74 46 41 522 53 57
Binary 10101100 1000100 1101010 0 111100 100110 100001 101010010 101011 101111

Color Harmonies of #AC446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC446A

Black with #AC446A

Text Example


Text Example

White with #AC446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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