Html Css Color HEX #AC476B Rouge

📋 copy color: '#AC476B'

red 172 ◦ green 71 ◦ blue 107

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

Shades of Rouge #AC476B

Tints of Rouge #AC476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 49.14%
G = 20.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC476B (or 0xAC476B) is known color: Rouge. HEX triplet: AC, 47 and 6B. RGB value is (172,71,107). Sum of RGB (Red+Green+Blue) = 172+71+107=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC476B is #53B894. Grayscale: #696969. Windows color (decimal): -5486741 or 7030700. OLE color: 7030700.

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

Color convert

RGB 172 71 107 -
CMYK 0 0.59 0.38 0.33
HSL 338.61º 0.42% 0.48% -
HSV(B) 338.61º 0.59% 0.67% -
XYZ 21.92 14.34 15.52 -
YUV 105.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 172 71 107 0 0.59 0.38 0.33 338.61 0.42 0.48
Hex AC 47 6B 0 3B 26 21 153 2A 30
Octal 254 107 153 0 73 46 41 523 52 60
Binary 10101100 1000111 1101011 0 111011 100110 100001 101010011 101010 110000

Color Harmonies of #AC476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC476B

Black with #AC476B

Text Example


Text Example

White with #AC476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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