Html Css Color HEX #A63362 Rouge

📋 copy color: '#A63362'

red 166 ◦ green 51 ◦ blue 98

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

Shades of Rouge #A63362

Tints of Rouge #A63362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 52.7%
G = 16.19%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A63362 (or 0xA63362) is known color: Rouge. HEX triplet: A6, 33 and 62. RGB value is (166,51,98). Sum of RGB (Red+Green+Blue) = 166+51+98=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63362 is #59CC9D. Grayscale: #5A5A5A. Windows color (decimal): -5885086 or 6435750. OLE color: 6435750.

HSL color Cylindrical-coordinate representation of color #A63362: hue angle of 335.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63362 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 98 -
CMYK 0 0.69 0.41 0.35
HSL 335.48º 0.53% 0.43% -
HSV(B) 335.48º 0.69% 0.65% -
XYZ 19.11 11.36 12.74 -
YUV 90.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 166 51 98 0 0.69 0.41 0.35 335.48 0.53 0.43
Hex A6 33 62 0 45 29 23 14F 35 2B
Octal 246 63 142 0 105 51 43 517 65 53
Binary 10100110 110011 1100010 0 1000101 101001 100011 101001111 110101 101011

Color Harmonies of #A63362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63362

Black with #A63362

Text Example


Text Example

White with #A63362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63362; }

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

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

background-color css

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

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

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

border-color css

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

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

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