Html Css Color HEX #AC306B Rouge

📋 copy color: '#AC306B'

red 172 ◦ green 48 ◦ blue 107

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

Shades of Rouge #AC306B

Tints of Rouge #AC306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 52.6%
G = 14.68%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC306B (or 0xAC306B) is known color: Rouge. HEX triplet: AC, 30 and 6B. RGB value is (172,48,107). Sum of RGB (Red+Green+Blue) = 172+48+107=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC306B is #53CF94. Grayscale: #5B5B5B. Windows color (decimal): -5492629 or 7024812. OLE color: 7024812.

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

Color convert

RGB 172 48 107 -
CMYK 0 0.72 0.38 0.33
HSL 331.45º 0.56% 0.43% -
HSV(B) 331.45º 0.72% 0.67% -
XYZ 20.72 11.95 15.12 -
YUV 91.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 172 48 107 0 0.72 0.38 0.33 331.45 0.56 0.43
Hex AC 30 6B 0 48 26 21 14B 38 2B
Octal 254 60 153 0 110 46 41 513 70 53
Binary 10101100 110000 1101011 0 1001000 100110 100001 101001011 111000 101011

Color Harmonies of #AC306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC306B

Black with #AC306B

Text Example


Text Example

White with #AC306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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