Html Css Color HEX #AC395C Rouge

📋 copy color: '#AC395C'

red 172 ◦ green 57 ◦ blue 92

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

Shades of Rouge #AC395C

Tints of Rouge #AC395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 53.58%
G = 17.76%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC395C (or 0xAC395C) is known color: Rouge. HEX triplet: AC, 39 and 5C. RGB value is (172,57,92). Sum of RGB (Red+Green+Blue) = 172+57+92=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC395C is #53C6A3. Grayscale: #5F5F5F. Windows color (decimal): -5490340 or 6044076. OLE color: 6044076.

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

Color convert

RGB 172 57 92 -
CMYK 0 0.67 0.47 0.33
HSL 341.74º 0.5% 0.45% -
HSV(B) 341.74º 0.67% 0.67% -
XYZ 20.41 12.47 11.46 -
YUV 95.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 172 57 92 0 0.67 0.47 0.33 341.74 0.5 0.45
Hex AC 39 5C 0 43 2F 21 156 32 2D
Octal 254 71 134 0 103 57 41 526 62 55
Binary 10101100 111001 1011100 0 1000011 101111 100001 101010110 110010 101101

Color Harmonies of #AC395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC395C

Black with #AC395C

Text Example


Text Example

White with #AC395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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