Html Css Color HEX #AC3966 Rouge

📋 copy color: '#AC3966'

red 172 ◦ green 57 ◦ blue 102

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

Shades of Rouge #AC3966

Tints of Rouge #AC3966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 51.96%
G = 17.22%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3966 (or 0xAC3966) is known color: Rouge. HEX triplet: AC, 39 and 66. RGB value is (172,57,102). Sum of RGB (Red+Green+Blue) = 172+57+102=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3966 is #53C699. Grayscale: #606060. Windows color (decimal): -5490330 or 6699436. OLE color: 6699436.

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

Color convert

RGB 172 57 102 -
CMYK 0 0.67 0.41 0.33
HSL 336.52º 0.5% 0.45% -
HSV(B) 336.52º 0.67% 0.67% -
XYZ 20.87 12.66 13.91 -
YUV 96.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 172 57 102 0 0.67 0.41 0.33 336.52 0.5 0.45
Hex AC 39 66 0 43 29 21 151 32 2D
Octal 254 71 146 0 103 51 41 521 62 55
Binary 10101100 111001 1100110 0 1000011 101001 100001 101010001 110010 101101

Color Harmonies of #AC3966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3966

Black with #AC3966

Text Example


Text Example

White with #AC3966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3966; }

 p { color: rgb(172,57,102); }

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

background-color css

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

 a { background-color: rgb(172,57,102); }

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

border-color css

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

 span { border-color: rgb(172,57,102); }

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