Html Css Color HEX #A63B64 Rouge

📋 copy color: '#A63B64'

red 166 ◦ green 59 ◦ blue 100

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

Shades of Rouge #A63B64

Tints of Rouge #A63B64

RGB

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

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

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

R = 51.08%
G = 18.15%
B = 30.77%

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

#A63B64 (or 0xA63B64) is known color: Rouge. HEX triplet: A6, 3B and 64. RGB value is (166,59,100). Sum of RGB (Red+Green+Blue) = 166+59+100=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B64 is #59C49B. Grayscale: #5F5F5F. Windows color (decimal): -5883036 or 6568870. OLE color: 6568870.

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

Color convert

RGB 166 59 100 -
CMYK 0 0.64 0.40 0.35
HSL 337.01º 0.48% 0.44% -
HSV(B) 337.01º 0.64% 0.65% -
XYZ 19.59 12.16 13.37 -
YUV 95.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 166 59 100 0 0.64 0.40 0.35 337.01 0.48 0.44
Hex A6 3B 64 0 40 28 23 151 30 2C
Octal 246 73 144 0 100 50 43 521 60 54
Binary 10100110 111011 1100100 0 1000000 101000 100011 101010001 110000 101100

Color Harmonies of #A63B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63B64

Black with #A63B64

Text Example


Text Example

White with #A63B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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