Html Css Color HEX #A63962 Rouge

📋 copy color: '#A63962'

red 166 ◦ green 57 ◦ blue 98

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

Shades of Rouge #A63962

Tints of Rouge #A63962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 51.71%
G = 17.76%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A63962 (or 0xA63962) is known color: Rouge. HEX triplet: A6, 39 and 62. RGB value is (166,57,98). Sum of RGB (Red+Green+Blue) = 166+57+98=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63962 is #59C69D. Grayscale: #5E5E5E. Windows color (decimal): -5883550 or 6437286. OLE color: 6437286.

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

Color convert

RGB 166 57 98 -
CMYK 0 0.66 0.41 0.35
HSL 337.43º 0.49% 0.44% -
HSV(B) 337.43º 0.66% 0.65% -
XYZ 19.39 11.92 12.83 -
YUV 94.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 166 57 98 0 0.66 0.41 0.35 337.43 0.49 0.44
Hex A6 39 62 0 42 29 23 151 31 2C
Octal 246 71 142 0 102 51 43 521 61 54
Binary 10100110 111001 1100010 0 1000010 101001 100011 101010001 110001 101100

Color Harmonies of #A63962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63962

Black with #A63962

Text Example


Text Example

White with #A63962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63962; }

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

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

background-color css

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

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

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

border-color css

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

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

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