Html Css Color HEX #AC4562 Rouge

📋 copy color: '#AC4562'

red 172 ◦ green 69 ◦ blue 98

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

Shades of Rouge #AC4562

Tints of Rouge #AC4562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 50.74%
G = 20.35%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC4562 (or 0xAC4562) is known color: Rouge. HEX triplet: AC, 45 and 62. RGB value is (172,69,98). Sum of RGB (Red+Green+Blue) = 172+69+98=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4562 is #53BA9D. Grayscale: #676767. Windows color (decimal): -5487262 or 6440364. OLE color: 6440364.

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

Color convert

RGB 172 69 98 -
CMYK 0 0.60 0.43 0.33
HSL 343.11º 0.43% 0.47% -
HSV(B) 343.11º 0.6% 0.67% -
XYZ 21.35 13.91 13.11 -
YUV 103.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 172 69 98 0 0.60 0.43 0.33 343.11 0.43 0.47
Hex AC 45 62 0 3C 2B 21 157 2B 2F
Octal 254 105 142 0 74 53 41 527 53 57
Binary 10101100 1000101 1100010 0 111100 101011 100001 101010111 101011 101111

Color Harmonies of #AC4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4562

Black with #AC4562

Text Example


Text Example

White with #AC4562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4562; }

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

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

background-color css

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

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

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

border-color css

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

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

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