Html Css Color HEX #A63A64 Rouge

📋 copy color: '#A63A64'

red 166 ◦ green 58 ◦ blue 100

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

Shades of Rouge #A63A64

Tints of Rouge #A63A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 51.23%
G = 17.9%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63A64 (or 0xA63A64) is known color: Rouge. HEX triplet: A6, 3A and 64. RGB value is (166,58,100). Sum of RGB (Red+Green+Blue) = 166+58+100=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A64 is #59C59B. Grayscale: #5F5F5F. Windows color (decimal): -5883292 or 6568614. OLE color: 6568614.

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

Color convert

RGB 166 58 100 -
CMYK 0 0.65 0.40 0.35
HSL 336.67º 0.48% 0.44% -
HSV(B) 336.67º 0.65% 0.65% -
XYZ 19.54 12.05 13.35 -
YUV 95.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 166 58 100 0 0.65 0.40 0.35 336.67 0.48 0.44
Hex A6 3A 64 0 41 28 23 151 30 2C
Octal 246 72 144 0 101 50 43 521 60 54
Binary 10100110 111010 1100100 0 1000001 101000 100011 101010001 110000 101100

Color Harmonies of #A63A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A64

Black with #A63A64

Text Example


Text Example

White with #A63A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A64; }

 p { color: rgb(166,58,100); }

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

background-color css

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

 a { background-color: rgb(166,58,100); }

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

border-color css

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

 span { border-color: rgb(166,58,100); }

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