Html Css Color HEX #A63862 Rouge

📋 copy color: '#A63862'

red 166 ◦ green 56 ◦ blue 98

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

Shades of Rouge #A63862

Tints of Rouge #A63862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

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

R = 51.88%
G = 17.5%
B = 30.63%

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

#A63862 (or 0xA63862) is known color: Rouge. HEX triplet: A6, 38 and 62. RGB value is (166,56,98). Sum of RGB (Red+Green+Blue) = 166+56+98=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A63862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63862 is #59C79D. Grayscale: #5D5D5D. Windows color (decimal): -5883806 or 6437030. OLE color: 6437030.

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

Color convert

RGB 166 56 98 -
CMYK 0 0.66 0.41 0.35
HSL 337.09º 0.5% 0.44% -
HSV(B) 337.09º 0.66% 0.65% -
XYZ 19.34 11.82 12.82 -
YUV 93.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 166 56 98 0 0.66 0.41 0.35 337.09 0.5 0.44
Hex A6 38 62 0 42 29 23 151 32 2C
Octal 246 70 142 0 102 51 43 521 62 54
Binary 10100110 111000 1100010 0 1000010 101001 100011 101010001 110010 101100

Color Harmonies of #A63862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63862

Black with #A63862

Text Example


Text Example

White with #A63862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63862; }

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

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

background-color css

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

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

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

border-color css

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

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

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