Html Css Color HEX #A63263 Rouge

📋 copy color: '#A63263'

red 166 ◦ green 50 ◦ blue 99

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

Shades of Rouge #A63263

Tints of Rouge #A63263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 52.7%
G = 15.87%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63263 (or 0xA63263) is known color: Rouge. HEX triplet: A6, 32 and 63. RGB value is (166,50,99). Sum of RGB (Red+Green+Blue) = 166+50+99=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63263 is #59CD9C. Grayscale: #5A5A5A. Windows color (decimal): -5885341 or 6501030. OLE color: 6501030.

HSL color Cylindrical-coordinate representation of color #A63263: hue angle of 334.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63263 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 99 -
CMYK 0 0.70 0.40 0.35
HSL 334.66º 0.54% 0.42% -
HSV(B) 334.66º 0.7% 0.65% -
XYZ 19.12 11.29 12.98 -
YUV 90.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 166 50 99 0 0.70 0.40 0.35 334.66 0.54 0.42
Hex A6 32 63 0 46 28 23 14F 36 2A
Octal 246 62 143 0 106 50 43 517 66 52
Binary 10100110 110010 1100011 0 1000110 101000 100011 101001111 110110 101010

Color Harmonies of #A63263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63263

Black with #A63263

Text Example


Text Example

White with #A63263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63263; }

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

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

background-color css

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

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

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

border-color css

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

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

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