Html Css Color HEX #A63C5C Rouge

📋 copy color: '#A63C5C'

red 166 ◦ green 60 ◦ blue 92

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

Shades of Rouge #A63C5C

Tints of Rouge #A63C5C

RGB

 RED value IS 166 (65.23% from 255) = 52.2%

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 52.2%
G = 18.87%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A63C5C (or 0xA63C5C) is known color: Rouge. HEX triplet: A6, 3C and 5C. RGB value is (166,60,92). Sum of RGB (Red+Green+Blue) = 166+60+92=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63C5C is #59C3A3. Grayscale: #5F5F5F. Windows color (decimal): -5882788 or 6044838. OLE color: 6044838.

HSL color Cylindrical-coordinate representation of color #A63C5C: hue angle of 341.89º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C5C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 60 92 -
CMYK 0 0.64 0.45 0.35
HSL 341.89º 0.47% 0.44% -
HSV(B) 341.89º 0.64% 0.65% -
XYZ 19.27 12.11 11.45 -
YUV 95.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 166 60 92 0 0.64 0.45 0.35 341.89 0.47 0.44
Hex A6 3C 5C 0 40 2D 23 156 2F 2C
Octal 246 74 134 0 100 55 43 526 57 54
Binary 10100110 111100 1011100 0 1000000 101101 100011 101010110 101111 101100

Color Harmonies of #A63C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C5C

Black with #A63C5C

Text Example


Text Example

White with #A63C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C5C; }

 p { color: rgb(166,60,92); }

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

background-color css

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

 a { background-color: rgb(166,60,92); }

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

border-color css

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

 span { border-color: rgb(166,60,92); }

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