Html Css Color HEX #AC4062 Rouge

📋 copy color: '#AC4062'

red 172 ◦ green 64 ◦ blue 98

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

Shades of Rouge #AC4062

Tints of Rouge #AC4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 51.5%
G = 19.16%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC4062 (or 0xAC4062) is known color: Rouge. HEX triplet: AC, 40 and 62. RGB value is (172,64,98). Sum of RGB (Red+Green+Blue) = 172+64+98=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4062 is #53BF9D. Grayscale: #646464. Windows color (decimal): -5488542 or 6439084. OLE color: 6439084.

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

Color convert

RGB 172 64 98 -
CMYK 0 0.63 0.43 0.33
HSL 341.11º 0.46% 0.46% -
HSV(B) 341.11º 0.63% 0.67% -
XYZ 21.05 13.32 13.02 -
YUV 100.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 172 64 98 0 0.63 0.43 0.33 341.11 0.46 0.46
Hex AC 40 62 0 3F 2B 21 155 2E 2E
Octal 254 100 142 0 77 53 41 525 56 56
Binary 10101100 1000000 1100010 0 111111 101011 100001 101010101 101110 101110

Color Harmonies of #AC4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4062

Black with #AC4062

Text Example


Text Example

White with #AC4062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4062; }

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

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

background-color css

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

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

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

border-color css

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

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

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