Html Css Color HEX #AC306F Rouge

📋 copy color: '#AC306F'

red 172 ◦ green 48 ◦ blue 111

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

Shades of Rouge #AC306F

Tints of Rouge #AC306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 51.96%
G = 14.5%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC306F (or 0xAC306F) is known color: Rouge. HEX triplet: AC, 30 and 6F. RGB value is (172,48,111). Sum of RGB (Red+Green+Blue) = 172+48+111=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC306F is #53CF90. Grayscale: #5C5C5C. Windows color (decimal): -5492625 or 7286956. OLE color: 7286956.

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

Color convert

RGB 172 48 111 -
CMYK 0 0.72 0.35 0.33
HSL 329.52º 0.56% 0.43% -
HSV(B) 329.52º 0.72% 0.67% -
XYZ 20.94 12.03 16.26 -
YUV 92.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 172 48 111 0 0.72 0.35 0.33 329.52 0.56 0.43
Hex AC 30 6F 0 48 23 21 14A 38 2B
Octal 254 60 157 0 110 43 41 512 70 53
Binary 10101100 110000 1101111 0 1001000 100011 100001 101001010 111000 101011

Color Harmonies of #AC306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC306F

Black with #AC306F

Text Example


Text Example

White with #AC306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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