Html Css Color HEX #AC4169 Rouge

📋 copy color: '#AC4169'

red 172 ◦ green 65 ◦ blue 105

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

Shades of Rouge #AC4169

Tints of Rouge #AC4169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 50.29%
G = 19.01%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC4169 (or 0xAC4169) is known color: Rouge. HEX triplet: AC, 41 and 69. RGB value is (172,65,105). Sum of RGB (Red+Green+Blue) = 172+65+105=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4169 is #53BE96. Grayscale: #656565. Windows color (decimal): -5488279 or 6898092. OLE color: 6898092.

HSL color Cylindrical-coordinate representation of color #AC4169: hue angle of 337.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4169 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 105 -
CMYK 0 0.62 0.39 0.33
HSL 337.57º 0.45% 0.46% -
HSV(B) 337.57º 0.62% 0.67% -
XYZ 21.45 13.57 14.85 -
YUV 101.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 172 65 105 0 0.62 0.39 0.33 337.57 0.45 0.46
Hex AC 41 69 0 3E 27 21 152 2D 2E
Octal 254 101 151 0 76 47 41 522 55 56
Binary 10101100 1000001 1101001 0 111110 100111 100001 101010010 101101 101110

Color Harmonies of #AC4169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4169

Black with #AC4169

Text Example


Text Example

White with #AC4169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4169; }

 p { color: rgb(172,65,105); }

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

background-color css

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

 a { background-color: rgb(172,65,105); }

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

border-color css

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

 span { border-color: rgb(172,65,105); }

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