Html Css Color HEX #AC4569 Rouge

📋 copy color: '#AC4569'

red 172 ◦ green 69 ◦ blue 105

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

Shades of Rouge #AC4569

Tints of Rouge #AC4569

RGB

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

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

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

R = 49.71%
G = 19.94%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC4569 (or 0xAC4569) is known color: Rouge. HEX triplet: AC, 45 and 69. RGB value is (172,69,105). Sum of RGB (Red+Green+Blue) = 172+69+105=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4569 is #53BA96. Grayscale: #676767. Windows color (decimal): -5487255 or 6899116. OLE color: 6899116.

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

Color convert

RGB 172 69 105 -
CMYK 0 0.60 0.39 0.33
HSL 339.03º 0.43% 0.47% -
HSV(B) 339.03º 0.6% 0.67% -
XYZ 21.69 14.05 14.93 -
YUV 103.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 172 69 105 0 0.60 0.39 0.33 339.03 0.43 0.47
Hex AC 45 69 0 3C 27 21 153 2B 2F
Octal 254 105 151 0 74 47 41 523 53 57
Binary 10101100 1000101 1101001 0 111100 100111 100001 101010011 101011 101111

Color Harmonies of #AC4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4569

Black with #AC4569

Text Example


Text Example

White with #AC4569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4569; }

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

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

background-color css

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

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

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

border-color css

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

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

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