Html Css Color HEX #A63863 Rouge

📋 copy color: '#A63863'

red 166 ◦ green 56 ◦ blue 99

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

Shades of Rouge #A63863

Tints of Rouge #A63863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 51.71%
G = 17.45%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63863 (or 0xA63863) is known color: Rouge. HEX triplet: A6, 38 and 63. RGB value is (166,56,99). Sum of RGB (Red+Green+Blue) = 166+56+99=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63863 is #59C79C. Grayscale: #5D5D5D. Windows color (decimal): -5883805 or 6502566. OLE color: 6502566.

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

Color convert

RGB 166 56 99 -
CMYK 0 0.66 0.40 0.35
HSL 336.55º 0.5% 0.44% -
HSV(B) 336.55º 0.66% 0.65% -
XYZ 19.39 11.84 13.07 -
YUV 93.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 166 56 99 0 0.66 0.40 0.35 336.55 0.5 0.44
Hex A6 38 63 0 42 28 23 151 32 2C
Octal 246 70 143 0 102 50 43 521 62 54
Binary 10100110 111000 1100011 0 1000010 101000 100011 101010001 110010 101100

Color Harmonies of #A63863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63863

Black with #A63863

Text Example


Text Example

White with #A63863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63863; }

 p { color: rgb(166,56,99); }

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

background-color css

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

 a { background-color: rgb(166,56,99); }

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

border-color css

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

 span { border-color: rgb(166,56,99); }

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