Html Css Color HEX #A63C60 Rouge

📋 copy color: '#A63C60'

red 166 ◦ green 60 ◦ blue 96

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

Shades of Rouge #A63C60

Tints of Rouge #A63C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 51.55%
G = 18.63%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63C60 (or 0xA63C60) is known color: Rouge. HEX triplet: A6, 3C and 60. RGB value is (166,60,96). Sum of RGB (Red+Green+Blue) = 166+60+96=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63C60 is #59C39F. Grayscale: #5F5F5F. Windows color (decimal): -5882784 or 6306982. OLE color: 6306982.

HSL color Cylindrical-coordinate representation of color #A63C60: hue angle of 339.62º 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 #A63C60 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 60 96 -
CMYK 0 0.64 0.42 0.35
HSL 339.62º 0.47% 0.44% -
HSV(B) 339.62º 0.64% 0.65% -
XYZ 19.45 12.18 12.39 -
YUV 95.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 166 60 96 0 0.64 0.42 0.35 339.62 0.47 0.44
Hex A6 3C 60 0 40 2A 23 154 2F 2C
Octal 246 74 140 0 100 52 43 524 57 54
Binary 10100110 111100 1100000 0 1000000 101010 100011 101010100 101111 101100

Color Harmonies of #A63C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C60

Black with #A63C60

Text Example


Text Example

White with #A63C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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