Html Css Color HEX #AC466B Rouge

📋 copy color: '#AC466B'

red 172 ◦ green 70 ◦ blue 107

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

Shades of Rouge #AC466B

Tints of Rouge #AC466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 49.28%
G = 20.06%
B = 30.66%

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

#AC466B (or 0xAC466B) is known color: Rouge. HEX triplet: AC, 46 and 6B. RGB value is (172,70,107). Sum of RGB (Red+Green+Blue) = 172+70+107=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC466B is #53B994. Grayscale: #686868. Windows color (decimal): -5486997 or 7030444. OLE color: 7030444.

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

Color convert

RGB 172 70 107 -
CMYK 0 0.59 0.38 0.33
HSL 338.24º 0.42% 0.47% -
HSV(B) 338.24º 0.59% 0.67% -
XYZ 21.86 14.21 15.5 -
YUV 104.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 172 70 107 0 0.59 0.38 0.33 338.24 0.42 0.47
Hex AC 46 6B 0 3B 26 21 152 2A 2F
Octal 254 106 153 0 73 46 41 522 52 57
Binary 10101100 1000110 1101011 0 111011 100110 100001 101010010 101010 101111

Color Harmonies of #AC466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC466B

Black with #AC466B

Text Example


Text Example

White with #AC466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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