Html Css Color HEX #A63B63 Rouge

📋 copy color: '#A63B63'

red 166 ◦ green 59 ◦ blue 99

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

Shades of Rouge #A63B63

Tints of Rouge #A63B63

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.21%

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

R = 51.23%
G = 18.21%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63B63 (or 0xA63B63) is known color: Rouge. HEX triplet: A6, 3B and 63. RGB value is (166,59,99). Sum of RGB (Red+Green+Blue) = 166+59+99=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B63 is #59C49C. Grayscale: #5F5F5F. Windows color (decimal): -5883037 or 6503334. OLE color: 6503334.

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

Color convert

RGB 166 59 99 -
CMYK 0 0.64 0.40 0.35
HSL 337.57º 0.48% 0.44% -
HSV(B) 337.57º 0.64% 0.65% -
XYZ 19.54 12.14 13.12 -
YUV 95.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 166 59 99 0 0.64 0.40 0.35 337.57 0.48 0.44
Hex A6 3B 63 0 40 28 23 152 30 2C
Octal 246 73 143 0 100 50 43 522 60 54
Binary 10100110 111011 1100011 0 1000000 101000 100011 101010010 110000 101100

Color Harmonies of #A63B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63B63

Black with #A63B63

Text Example


Text Example

White with #A63B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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