Html Css Color HEX #AC3265 Rouge

📋 copy color: '#AC3265'

red 172 ◦ green 50 ◦ blue 101

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

Shades of Rouge #AC3265

Tints of Rouge #AC3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 53.25%
G = 15.48%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3265 (or 0xAC3265) is known color: Rouge. HEX triplet: AC, 32 and 65. RGB value is (172,50,101). Sum of RGB (Red+Green+Blue) = 172+50+101=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3265 is #53CD9A. Grayscale: #5C5C5C. Windows color (decimal): -5492123 or 6632108. OLE color: 6632108.

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

Color convert

RGB 172 50 101 -
CMYK 0 0.71 0.41 0.33
HSL 334.92º 0.55% 0.44% -
HSV(B) 334.92º 0.71% 0.67% -
XYZ 20.5 11.99 13.55 -
YUV 92.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 172 50 101 0 0.71 0.41 0.33 334.92 0.55 0.44
Hex AC 32 65 0 47 29 21 14F 37 2C
Octal 254 62 145 0 107 51 41 517 67 54
Binary 10101100 110010 1100101 0 1000111 101001 100001 101001111 110111 101100

Color Harmonies of #AC3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3265

Black with #AC3265

Text Example


Text Example

White with #AC3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3265; }

 p { color: rgb(172,50,101); }

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

background-color css

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

 a { background-color: rgb(172,50,101); }

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

border-color css

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

 span { border-color: rgb(172,50,101); }

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