Html Css Color HEX #AC3062 Rouge

📋 copy color: '#AC3062'

red 172 ◦ green 48 ◦ blue 98

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

Shades of Rouge #AC3062

Tints of Rouge #AC3062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 54.09%
G = 15.09%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC3062 (or 0xAC3062) is known color: Rouge. HEX triplet: AC, 30 and 62. RGB value is (172,48,98). Sum of RGB (Red+Green+Blue) = 172+48+98=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3062 is #53CF9D. Grayscale: #5A5A5A. Windows color (decimal): -5492638 or 6434988. OLE color: 6434988.

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

Color convert

RGB 172 48 98 -
CMYK 0 0.72 0.43 0.33
HSL 335.81º 0.56% 0.43% -
HSV(B) 335.81º 0.72% 0.67% -
XYZ 20.27 11.77 12.76 -
YUV 90.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 172 48 98 0 0.72 0.43 0.33 335.81 0.56 0.43
Hex AC 30 62 0 48 2B 21 150 38 2B
Octal 254 60 142 0 110 53 41 520 70 53
Binary 10101100 110000 1100010 0 1001000 101011 100001 101010000 111000 101011

Color Harmonies of #AC3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3062

Black with #AC3062

Text Example


Text Example

White with #AC3062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3062; }

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

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

background-color css

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

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

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

border-color css

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

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

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