Html Css Color HEX #AC385F Rouge

📋 copy color: '#AC385F'

red 172 ◦ green 56 ◦ blue 95

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

Shades of Rouge #AC385F

Tints of Rouge #AC385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 53.25%
G = 17.34%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC385F (or 0xAC385F) is known color: Rouge. HEX triplet: AC, 38 and 5F. RGB value is (172,56,95). Sum of RGB (Red+Green+Blue) = 172+56+95=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC385F is #53C7A0. Grayscale: #5F5F5F. Windows color (decimal): -5490593 or 6240428. OLE color: 6240428.

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

Color convert

RGB 172 56 95 -
CMYK 0 0.67 0.45 0.33
HSL 339.83º 0.51% 0.45% -
HSV(B) 339.83º 0.67% 0.67% -
XYZ 20.49 12.43 12.14 -
YUV 95.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 172 56 95 0 0.67 0.45 0.33 339.83 0.51 0.45
Hex AC 38 5F 0 43 2D 21 154 33 2D
Octal 254 70 137 0 103 55 41 524 63 55
Binary 10101100 111000 1011111 0 1000011 101101 100001 101010100 110011 101101

Color Harmonies of #AC385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC385F

Black with #AC385F

Text Example


Text Example

White with #AC385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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