Html Css Color HEX #A63065 Rouge

📋 copy color: '#A63065'

red 166 ◦ green 48 ◦ blue 101

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

Shades of Rouge #A63065

Tints of Rouge #A63065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 52.7%
G = 15.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63065 (or 0xA63065) is known color: Rouge. HEX triplet: A6, 30 and 65. RGB value is (166,48,101). Sum of RGB (Red+Green+Blue) = 166+48+101=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63065 is #59CF9A. Grayscale: #595959. Windows color (decimal): -5885851 or 6631590. OLE color: 6631590.

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

Color convert

RGB 166 48 101 -
CMYK 0 0.71 0.39 0.35
HSL 333.05º 0.55% 0.42% -
HSV(B) 333.05º 0.71% 0.65% -
XYZ 19.13 11.16 13.46 -
YUV 89.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 166 48 101 0 0.71 0.39 0.35 333.05 0.55 0.42
Hex A6 30 65 0 47 27 23 14D 37 2A
Octal 246 60 145 0 107 47 43 515 67 52
Binary 10100110 110000 1100101 0 1000111 100111 100011 101001101 110111 101010

Color Harmonies of #A63065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63065

Black with #A63065

Text Example


Text Example

White with #A63065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63065; }

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

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

background-color css

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

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

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

border-color css

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

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

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