Html Css Color HEX #A63961 Rouge

📋 copy color: '#A63961'

red 166 ◦ green 57 ◦ blue 97

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

Shades of Rouge #A63961

Tints of Rouge #A63961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 51.88%
G = 17.81%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63961 (or 0xA63961) is known color: Rouge. HEX triplet: A6, 39 and 61. RGB value is (166,57,97). Sum of RGB (Red+Green+Blue) = 166+57+97=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A63961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63961 is #59C69E. Grayscale: #5E5E5E. Windows color (decimal): -5883551 or 6371750. OLE color: 6371750.

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

Color convert

RGB 166 57 97 -
CMYK 0 0.66 0.42 0.35
HSL 337.98º 0.49% 0.44% -
HSV(B) 337.98º 0.66% 0.65% -
XYZ 19.35 11.9 12.59 -
YUV 94.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 166 57 97 0 0.66 0.42 0.35 337.98 0.49 0.44
Hex A6 39 61 0 42 2A 23 152 31 2C
Octal 246 71 141 0 102 52 43 522 61 54
Binary 10100110 111001 1100001 0 1000010 101010 100011 101010010 110001 101100

Color Harmonies of #A63961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63961

Black with #A63961

Text Example


Text Example

White with #A63961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63961; }

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

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

background-color css

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

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

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

border-color css

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

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

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