Html Css Color HEX #A63265 Rouge

📋 copy color: '#A63265'

red 166 ◦ green 50 ◦ blue 101

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

Shades of Rouge #A63265

Tints of Rouge #A63265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 52.37%
G = 15.77%
B = 31.86%

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

#A63265 (or 0xA63265) is known color: Rouge. HEX triplet: A6, 32 and 65. RGB value is (166,50,101). Sum of RGB (Red+Green+Blue) = 166+50+101=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63265 is #59CD9A. Grayscale: #5A5A5A. Windows color (decimal): -5885339 or 6632102. OLE color: 6632102.

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

Color convert

RGB 166 50 101 -
CMYK 0 0.70 0.39 0.35
HSL 333.62º 0.54% 0.42% -
HSV(B) 333.62º 0.7% 0.65% -
XYZ 19.22 11.33 13.49 -
YUV 90.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 166 50 101 0 0.70 0.39 0.35 333.62 0.54 0.42
Hex A6 32 65 0 46 27 23 14E 36 2A
Octal 246 62 145 0 106 47 43 516 66 52
Binary 10100110 110010 1100101 0 1000110 100111 100011 101001110 110110 101010

Color Harmonies of #A63265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63265

Black with #A63265

Text Example


Text Example

White with #A63265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63265; }

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

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

background-color css

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

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

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

border-color css

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

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

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