Html Css Color HEX #AC305B Rouge

📋 copy color: '#AC305B'

red 172 ◦ green 48 ◦ blue 91

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

Shades of Rouge #AC305B

Tints of Rouge #AC305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 55.31%
G = 15.43%
B = 29.26%

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

#AC305B (or 0xAC305B) is known color: Rouge. HEX triplet: AC, 30 and 5B. RGB value is (172,48,91). Sum of RGB (Red+Green+Blue) = 172+48+91=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC305B is #53CFA4. Grayscale: #595959. Windows color (decimal): -5492645 or 5976236. OLE color: 5976236.

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

Color convert

RGB 172 48 91 -
CMYK 0 0.72 0.47 0.33
HSL 339.19º 0.56% 0.43% -
HSV(B) 339.19º 0.72% 0.67% -
XYZ 19.96 11.64 11.09 -
YUV 89.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 172 48 91 0 0.72 0.47 0.33 339.19 0.56 0.43
Hex AC 30 5B 0 48 2F 21 153 38 2B
Octal 254 60 133 0 110 57 41 523 70 53
Binary 10101100 110000 1011011 0 1001000 101111 100001 101010011 111000 101011

Color Harmonies of #AC305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC305B

Black with #AC305B

Text Example


Text Example

White with #AC305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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