Html Css Color HEX #AC3460 Rouge

📋 copy color: '#AC3460'

red 172 ◦ green 52 ◦ blue 96

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

Shades of Rouge #AC3460

Tints of Rouge #AC3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 53.75%
G = 16.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC3460 (or 0xAC3460) is known color: Rouge. HEX triplet: AC, 34 and 60. RGB value is (172,52,96). Sum of RGB (Red+Green+Blue) = 172+52+96=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3460 is #53CB9F. Grayscale: #5C5C5C. Windows color (decimal): -5491616 or 6304940. OLE color: 6304940.

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

Color convert

RGB 172 52 96 -
CMYK 0 0.70 0.44 0.33
HSL 338º 0.54% 0.44% -
HSV(B) 338º 0.7% 0.67% -
XYZ 20.35 12.07 12.32 -
YUV 92.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 172 52 96 0 0.70 0.44 0.33 338 0.54 0.44
Hex AC 34 60 0 46 2C 21 152 36 2C
Octal 254 64 140 0 106 54 41 522 66 54
Binary 10101100 110100 1100000 0 1000110 101100 100001 101010010 110110 101100

Color Harmonies of #AC3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3460

Black with #AC3460

Text Example


Text Example

White with #AC3460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3460; }

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

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

background-color css

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

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

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

border-color css

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

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

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