Html Css Color HEX #AC3260 Rouge

📋 copy color: '#AC3260'

red 172 ◦ green 50 ◦ blue 96

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

Shades of Rouge #AC3260

Tints of Rouge #AC3260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 54.09%
G = 15.72%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC3260 (or 0xAC3260) is known color: Rouge. HEX triplet: AC, 32 and 60. RGB value is (172,50,96). Sum of RGB (Red+Green+Blue) = 172+50+96=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3260 is #53CD9F. Grayscale: #5B5B5B. Windows color (decimal): -5492128 or 6304428. OLE color: 6304428.

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

Color convert

RGB 172 50 96 -
CMYK 0 0.71 0.44 0.33
HSL 337.38º 0.55% 0.44% -
HSV(B) 337.38º 0.71% 0.67% -
XYZ 20.27 11.9 12.29 -
YUV 91.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 172 50 96 0 0.71 0.44 0.33 337.38 0.55 0.44
Hex AC 32 60 0 47 2C 21 151 37 2C
Octal 254 62 140 0 107 54 41 521 67 54
Binary 10101100 110010 1100000 0 1000111 101100 100001 101010001 110111 101100

Color Harmonies of #AC3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3260

Black with #AC3260

Text Example


Text Example

White with #AC3260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3260; }

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

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

background-color css

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

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

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

border-color css

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

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

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