Html Css Color HEX #AC3861 Rouge

📋 copy color: '#AC3861'

red 172 ◦ green 56 ◦ blue 97

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

Shades of Rouge #AC3861

Tints of Rouge #AC3861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 52.92%
G = 17.23%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC3861 (or 0xAC3861) is known color: Rouge. HEX triplet: AC, 38 and 61. RGB value is (172,56,97). Sum of RGB (Red+Green+Blue) = 172+56+97=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3861 is #53C79E. Grayscale: #5F5F5F. Windows color (decimal): -5490591 or 6371500. OLE color: 6371500.

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

Color convert

RGB 172 56 97 -
CMYK 0 0.67 0.44 0.33
HSL 338.79º 0.51% 0.45% -
HSV(B) 338.79º 0.67% 0.67% -
XYZ 20.59 12.46 12.63 -
YUV 95.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 172 56 97 0 0.67 0.44 0.33 338.79 0.51 0.45
Hex AC 38 61 0 43 2C 21 153 33 2D
Octal 254 70 141 0 103 54 41 523 63 55
Binary 10101100 111000 1100001 0 1000011 101100 100001 101010011 110011 101101

Color Harmonies of #AC3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3861

Black with #AC3861

Text Example


Text Example

White with #AC3861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3861; }

 p { color: rgb(172,56,97); }

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

background-color css

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

 a { background-color: rgb(172,56,97); }

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

border-color css

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

 span { border-color: rgb(172,56,97); }

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