Html Css Color HEX #AC335F Rouge

📋 copy color: '#AC335F'

red 172 ◦ green 51 ◦ blue 95

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

Shades of Rouge #AC335F

Tints of Rouge #AC335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 54.09%
G = 16.04%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC335F (or 0xAC335F) is known color: Rouge. HEX triplet: AC, 33 and 5F. RGB value is (172,51,95). Sum of RGB (Red+Green+Blue) = 172+51+95=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC335F is #53CCA0. Grayscale: #5C5C5C. Windows color (decimal): -5491873 or 6239148. OLE color: 6239148.

HSL color Cylindrical-coordinate representation of color #AC335F: hue angle of 338.18º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC335F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 95 -
CMYK 0 0.70 0.45 0.33
HSL 338.18º 0.54% 0.44% -
HSV(B) 338.18º 0.7% 0.67% -
XYZ 20.26 11.96 12.07 -
YUV 92.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 172 51 95 0 0.70 0.45 0.33 338.18 0.54 0.44
Hex AC 33 5F 0 46 2D 21 152 36 2C
Octal 254 63 137 0 106 55 41 522 66 54
Binary 10101100 110011 1011111 0 1000110 101101 100001 101010010 110110 101100

Color Harmonies of #AC335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC335F

Black with #AC335F

Text Example


Text Example

White with #AC335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC335F; }

 p { color: rgb(172,51,95); }

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

background-color css

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

 a { background-color: rgb(172,51,95); }

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

border-color css

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

 span { border-color: rgb(172,51,95); }

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