Html Css Color HEX #AC305E Rouge

📋 copy color: '#AC305E'

red 172 ◦ green 48 ◦ blue 94

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

Shades of Rouge #AC305E

Tints of Rouge #AC305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 54.78%
G = 15.29%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC305E (or 0xAC305E) is known color: Rouge. HEX triplet: AC, 30 and 5E. RGB value is (172,48,94). Sum of RGB (Red+Green+Blue) = 172+48+94=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC305E is #53CFA1. Grayscale: #5A5A5A. Windows color (decimal): -5492642 or 6172844. OLE color: 6172844.

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

Color convert

RGB 172 48 94 -
CMYK 0 0.72 0.45 0.33
HSL 337.74º 0.56% 0.43% -
HSV(B) 337.74º 0.72% 0.67% -
XYZ 20.09 11.69 11.79 -
YUV 90.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 172 48 94 0 0.72 0.45 0.33 337.74 0.56 0.43
Hex AC 30 5E 0 48 2D 21 152 38 2B
Octal 254 60 136 0 110 55 41 522 70 53
Binary 10101100 110000 1011110 0 1001000 101101 100001 101010010 111000 101011

Color Harmonies of #AC305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC305E

Black with #AC305E

Text Example


Text Example

White with #AC305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC305E; }

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

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

background-color css

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

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

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

border-color css

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

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

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