Html Css Color HEX #AC385D Rouge

📋 copy color: '#AC385D'

red 172 ◦ green 56 ◦ blue 93

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

Shades of Rouge #AC385D

Tints of Rouge #AC385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 53.58%
G = 17.45%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC385D (or 0xAC385D) is known color: Rouge. HEX triplet: AC, 38 and 5D. RGB value is (172,56,93). Sum of RGB (Red+Green+Blue) = 172+56+93=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC385D is #53C7A2. Grayscale: #5E5E5E. Windows color (decimal): -5490595 or 6109356. OLE color: 6109356.

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

Color convert

RGB 172 56 93 -
CMYK 0 0.67 0.46 0.33
HSL 340.86º 0.51% 0.45% -
HSV(B) 340.86º 0.67% 0.67% -
XYZ 20.4 12.39 11.67 -
YUV 94.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 172 56 93 0 0.67 0.46 0.33 340.86 0.51 0.45
Hex AC 38 5D 0 43 2E 21 155 33 2D
Octal 254 70 135 0 103 56 41 525 63 55
Binary 10101100 111000 1011101 0 1000011 101110 100001 101010101 110011 101101

Color Harmonies of #AC385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC385D

Black with #AC385D

Text Example


Text Example

White with #AC385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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