Html Css Color HEX #AC3965 Rouge

📋 copy color: '#AC3965'

red 172 ◦ green 57 ◦ blue 101

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

Shades of Rouge #AC3965

Tints of Rouge #AC3965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 52.12%
G = 17.27%
B = 30.61%

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

#AC3965 (or 0xAC3965) is known color: Rouge. HEX triplet: AC, 39 and 65. RGB value is (172,57,101). Sum of RGB (Red+Green+Blue) = 172+57+101=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3965 is #53C69A. Grayscale: #606060. Windows color (decimal): -5490331 or 6633900. OLE color: 6633900.

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

Color convert

RGB 172 57 101 -
CMYK 0 0.67 0.41 0.33
HSL 337.04º 0.5% 0.45% -
HSV(B) 337.04º 0.67% 0.67% -
XYZ 20.83 12.64 13.65 -
YUV 96.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 172 57 101 0 0.67 0.41 0.33 337.04 0.5 0.45
Hex AC 39 65 0 43 29 21 151 32 2D
Octal 254 71 145 0 103 51 41 521 62 55
Binary 10101100 111001 1100101 0 1000011 101001 100001 101010001 110010 101101

Color Harmonies of #AC3965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3965

Black with #AC3965

Text Example


Text Example

White with #AC3965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3965; }

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

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

background-color css

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

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

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

border-color css

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

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

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