Html Css Color HEX #A63965 Rouge

📋 copy color: '#A63965'

red 166 ◦ green 57 ◦ blue 101

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

Shades of Rouge #A63965

Tints of Rouge #A63965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 51.23%
G = 17.59%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63965 (or 0xA63965) is known color: Rouge. HEX triplet: A6, 39 and 65. RGB value is (166,57,101). Sum of RGB (Red+Green+Blue) = 166+57+101=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A63965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63965 is #59C69A. Grayscale: #5E5E5E. Windows color (decimal): -5883547 or 6633894. OLE color: 6633894.

HSL color Cylindrical-coordinate representation of color #A63965: hue angle of 335.78º degrees, saturation: 0.49, 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 #A63965 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 101 -
CMYK 0 0.66 0.39 0.35
HSL 335.78º 0.49% 0.44% -
HSV(B) 335.78º 0.66% 0.65% -
XYZ 19.54 11.97 13.59 -
YUV 94.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 166 57 101 0 0.66 0.39 0.35 335.78 0.49 0.44
Hex A6 39 65 0 42 27 23 150 31 2C
Octal 246 71 145 0 102 47 43 520 61 54
Binary 10100110 111001 1100101 0 1000010 100111 100011 101010000 110001 101100

Color Harmonies of #A63965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63965

Black with #A63965

Text Example


Text Example

White with #A63965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63965; }

 p { color: rgb(166,57,101); }

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

background-color css

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

 a { background-color: rgb(166,57,101); }

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

border-color css

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

 span { border-color: rgb(166,57,101); }

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