Html Css Color HEX #AC466D Rouge

📋 copy color: '#AC466D'

red 172 ◦ green 70 ◦ blue 109

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

Shades of Rouge #AC466D

Tints of Rouge #AC466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 49%
G = 19.94%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC466D (or 0xAC466D) is known color: Rouge. HEX triplet: AC, 46 and 6D. RGB value is (172,70,109). Sum of RGB (Red+Green+Blue) = 172+70+109=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC466D is #53B992. Grayscale: #686868. Windows color (decimal): -5486995 or 7161516. OLE color: 7161516.

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

Color convert

RGB 172 70 109 -
CMYK 0 0.59 0.37 0.33
HSL 337.06º 0.42% 0.47% -
HSV(B) 337.06º 0.59% 0.67% -
XYZ 21.96 14.26 16.06 -
YUV 104.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 172 70 109 0 0.59 0.37 0.33 337.06 0.42 0.47
Hex AC 46 6D 0 3B 25 21 151 2A 2F
Octal 254 106 155 0 73 45 41 521 52 57
Binary 10101100 1000110 1101101 0 111011 100101 100001 101010001 101010 101111

Color Harmonies of #AC466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC466D

Black with #AC466D

Text Example


Text Example

White with #AC466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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