Html Css Color HEX #A63165 Rouge

📋 copy color: '#A63165'

red 166 ◦ green 49 ◦ blue 101

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

Shades of Rouge #A63165

Tints of Rouge #A63165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 52.53%
G = 15.51%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63165 (or 0xA63165) is known color: Rouge. HEX triplet: A6, 31 and 65. RGB value is (166,49,101). Sum of RGB (Red+Green+Blue) = 166+49+101=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A63165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63165 is #59CE9A. Grayscale: #595959. Windows color (decimal): -5885595 or 6631846. OLE color: 6631846.

HSL color Cylindrical-coordinate representation of color #A63165: hue angle of 333.33º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63165 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 101 -
CMYK 0 0.70 0.39 0.35
HSL 333.33º 0.54% 0.42% -
HSV(B) 333.33º 0.7% 0.65% -
XYZ 19.17 11.24 13.47 -
YUV 89.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 166 49 101 0 0.70 0.39 0.35 333.33 0.54 0.42
Hex A6 31 65 0 46 27 23 14D 36 2A
Octal 246 61 145 0 106 47 43 515 66 52
Binary 10100110 110001 1100101 0 1000110 100111 100011 101001101 110110 101010

Color Harmonies of #A63165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63165

Black with #A63165

Text Example


Text Example

White with #A63165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63165; }

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

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

background-color css

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

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

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

border-color css

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

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

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