Html Css Color HEX #A63E60 Rouge

📋 copy color: '#A63E60'

red 166 ◦ green 62 ◦ blue 96

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

Shades of Rouge #A63E60

Tints of Rouge #A63E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

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

R = 51.23%
G = 19.14%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63E60 (or 0xA63E60) is known color: Rouge. HEX triplet: A6, 3E and 60. RGB value is (166,62,96). Sum of RGB (Red+Green+Blue) = 166+62+96=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E60 is #59C19F. Grayscale: #606060. Windows color (decimal): -5882272 or 6307494. OLE color: 6307494.

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

Color convert

RGB 166 62 96 -
CMYK 0 0.63 0.42 0.35
HSL 340.38º 0.46% 0.45% -
HSV(B) 340.38º 0.63% 0.65% -
XYZ 19.56 12.4 12.43 -
YUV 96.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 166 62 96 0 0.63 0.42 0.35 340.38 0.46 0.45
Hex A6 3E 60 0 3F 2A 23 154 2E 2D
Octal 246 76 140 0 77 52 43 524 56 55
Binary 10100110 111110 1100000 0 111111 101010 100011 101010100 101110 101101

Color Harmonies of #A63E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E60

Black with #A63E60

Text Example


Text Example

White with #A63E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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