Html Css Color HEX #AC4564 Rouge

📋 copy color: '#AC4564'

red 172 ◦ green 69 ◦ blue 100

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

Shades of Rouge #AC4564

Tints of Rouge #AC4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 50.44%
G = 20.23%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC4564 (or 0xAC4564) is known color: Rouge. HEX triplet: AC, 45 and 64. RGB value is (172,69,100). Sum of RGB (Red+Green+Blue) = 172+69+100=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4564 is #53BA9B. Grayscale: #676767. Windows color (decimal): -5487260 or 6571436. OLE color: 6571436.

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

Color convert

RGB 172 69 100 -
CMYK 0 0.60 0.42 0.33
HSL 341.94º 0.43% 0.47% -
HSV(B) 341.94º 0.6% 0.67% -
XYZ 21.44 13.95 13.62 -
YUV 103.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 172 69 100 0 0.60 0.42 0.33 341.94 0.43 0.47
Hex AC 45 64 0 3C 2A 21 156 2B 2F
Octal 254 105 144 0 74 52 41 526 53 57
Binary 10101100 1000101 1100100 0 111100 101010 100001 101010110 101011 101111

Color Harmonies of #AC4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4564

Black with #AC4564

Text Example


Text Example

White with #AC4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4564; }

 p { color: rgb(172,69,100); }

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

background-color css

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

 a { background-color: rgb(172,69,100); }

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

border-color css

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

 span { border-color: rgb(172,69,100); }

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