Html Css Color HEX #AC4365 Rouge

📋 copy color: '#AC4365'

red 172 ◦ green 67 ◦ blue 101

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

Shades of Rouge #AC4365

Tints of Rouge #AC4365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 50.59%
G = 19.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4365 (or 0xAC4365) is known color: Rouge. HEX triplet: AC, 43 and 65. RGB value is (172,67,101). Sum of RGB (Red+Green+Blue) = 172+67+101=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4365 is #53BC9A. Grayscale: #666666. Windows color (decimal): -5487771 or 6636460. OLE color: 6636460.

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

Color convert

RGB 172 67 101 -
CMYK 0 0.61 0.41 0.33
HSL 340.57º 0.44% 0.47% -
HSV(B) 340.57º 0.61% 0.67% -
XYZ 21.37 13.72 13.83 -
YUV 102.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 172 67 101 0 0.61 0.41 0.33 340.57 0.44 0.47
Hex AC 43 65 0 3D 29 21 155 2C 2F
Octal 254 103 145 0 75 51 41 525 54 57
Binary 10101100 1000011 1100101 0 111101 101001 100001 101010101 101100 101111

Color Harmonies of #AC4365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4365

Black with #AC4365

Text Example


Text Example

White with #AC4365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4365; }

 p { color: rgb(172,67,101); }

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

background-color css

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

 a { background-color: rgb(172,67,101); }

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

border-color css

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

 span { border-color: rgb(172,67,101); }

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