Html Css Color HEX #AC305C Rouge

📋 copy color: '#AC305C'

red 172 ◦ green 48 ◦ blue 92

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

Shades of Rouge #AC305C

Tints of Rouge #AC305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 55.13%
G = 15.38%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC305C (or 0xAC305C) is known color: Rouge. HEX triplet: AC, 30 and 5C. RGB value is (172,48,92). Sum of RGB (Red+Green+Blue) = 172+48+92=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC305C is #53CFA3. Grayscale: #5A5A5A. Windows color (decimal): -5492644 or 6041772. OLE color: 6041772.

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

Color convert

RGB 172 48 92 -
CMYK 0 0.72 0.47 0.33
HSL 338.71º 0.56% 0.43% -
HSV(B) 338.71º 0.72% 0.67% -
XYZ 20 11.66 11.32 -
YUV 90.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 172 48 92 0 0.72 0.47 0.33 338.71 0.56 0.43
Hex AC 30 5C 0 48 2F 21 153 38 2B
Octal 254 60 134 0 110 57 41 523 70 53
Binary 10101100 110000 1011100 0 1001000 101111 100001 101010011 111000 101011

Color Harmonies of #AC305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC305C

Black with #AC305C

Text Example


Text Example

White with #AC305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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