Html Css Color HEX #AC355B Rouge

📋 copy color: '#AC355B'

red 172 ◦ green 53 ◦ blue 91

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

Shades of Rouge #AC355B

Tints of Rouge #AC355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 54.43%
G = 16.77%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC355B (or 0xAC355B) is known color: Rouge. HEX triplet: AC, 35 and 5B. RGB value is (172,53,91). Sum of RGB (Red+Green+Blue) = 172+53+91=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC355B is #53CAA4. Grayscale: #5C5C5C. Windows color (decimal): -5491365 or 5977516. OLE color: 5977516.

HSL color Cylindrical-coordinate representation of color #AC355B: hue angle of 340.84º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC355B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 53 91 -
CMYK 0 0.69 0.47 0.33
HSL 340.84º 0.53% 0.44% -
HSV(B) 340.84º 0.69% 0.67% -
XYZ 20.17 12.07 11.16 -
YUV 92.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 172 53 91 0 0.69 0.47 0.33 340.84 0.53 0.44
Hex AC 35 5B 0 45 2F 21 155 35 2C
Octal 254 65 133 0 105 57 41 525 65 54
Binary 10101100 110101 1011011 0 1000101 101111 100001 101010101 110101 101100

Color Harmonies of #AC355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC355B

Black with #AC355B

Text Example


Text Example

White with #AC355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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