Html Css Color HEX #AC3660 Rouge

📋 copy color: '#AC3660'

red 172 ◦ green 54 ◦ blue 96

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

Shades of Rouge #AC3660

Tints of Rouge #AC3660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

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

R = 53.42%
G = 16.77%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC3660 (or 0xAC3660) is known color: Rouge. HEX triplet: AC, 36 and 60. RGB value is (172,54,96). Sum of RGB (Red+Green+Blue) = 172+54+96=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3660 is #53C99F. Grayscale: #5E5E5E. Windows color (decimal): -5491104 or 6305452. OLE color: 6305452.

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

Color convert

RGB 172 54 96 -
CMYK 0 0.69 0.44 0.33
HSL 338.64º 0.52% 0.44% -
HSV(B) 338.64º 0.69% 0.67% -
XYZ 20.44 12.25 12.35 -
YUV 94.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 172 54 96 0 0.69 0.44 0.33 338.64 0.52 0.44
Hex AC 36 60 0 45 2C 21 153 34 2C
Octal 254 66 140 0 105 54 41 523 64 54
Binary 10101100 110110 1100000 0 1000101 101100 100001 101010011 110100 101100

Color Harmonies of #AC3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3660

Black with #AC3660

Text Example


Text Example

White with #AC3660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3660; }

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

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

background-color css

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

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

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

border-color css

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

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

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