Html Css Color HEX #AC3963 Rouge

📋 copy color: '#AC3963'

red 172 ◦ green 57 ◦ blue 99

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

Shades of Rouge #AC3963

Tints of Rouge #AC3963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 52.44%
G = 17.38%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC3963 (or 0xAC3963) is known color: Rouge. HEX triplet: AC, 39 and 63. RGB value is (172,57,99). Sum of RGB (Red+Green+Blue) = 172+57+99=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3963 is #53C69C. Grayscale: #606060. Windows color (decimal): -5490333 or 6502828. OLE color: 6502828.

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

Color convert

RGB 172 57 99 -
CMYK 0 0.67 0.42 0.33
HSL 338.09º 0.5% 0.45% -
HSV(B) 338.09º 0.67% 0.67% -
XYZ 20.73 12.6 13.14 -
YUV 96.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 172 57 99 0 0.67 0.42 0.33 338.09 0.5 0.45
Hex AC 39 63 0 43 2A 21 152 32 2D
Octal 254 71 143 0 103 52 41 522 62 55
Binary 10101100 111001 1100011 0 1000011 101010 100001 101010010 110010 101101

Color Harmonies of #AC3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3963

Black with #AC3963

Text Example


Text Example

White with #AC3963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3963; }

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

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

background-color css

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

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

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

border-color css

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

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

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