Html Css Color HEX #AC3865 Rouge

📋 copy color: '#AC3865'

red 172 ◦ green 56 ◦ blue 101

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

Shades of Rouge #AC3865

Tints of Rouge #AC3865

RGB

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

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

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

R = 52.28%
G = 17.02%
B = 30.7%

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

#AC3865 (or 0xAC3865) is known color: Rouge. HEX triplet: AC, 38 and 65. RGB value is (172,56,101). Sum of RGB (Red+Green+Blue) = 172+56+101=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3865 is #53C79A. Grayscale: #5F5F5F. Windows color (decimal): -5490587 or 6633644. OLE color: 6633644.

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

Color convert

RGB 172 56 101 -
CMYK 0 0.67 0.41 0.33
HSL 336.72º 0.51% 0.45% -
HSV(B) 336.72º 0.67% 0.67% -
XYZ 20.78 12.54 13.64 -
YUV 95.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 172 56 101 0 0.67 0.41 0.33 336.72 0.51 0.45
Hex AC 38 65 0 43 29 21 151 33 2D
Octal 254 70 145 0 103 51 41 521 63 55
Binary 10101100 111000 1100101 0 1000011 101001 100001 101010001 110011 101101

Color Harmonies of #AC3865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3865

Black with #AC3865

Text Example


Text Example

White with #AC3865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3865; }

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

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

background-color css

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

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

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

border-color css

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

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

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