Html Css Color HEX #A63365 Rouge

📋 copy color: '#A63365'

red 166 ◦ green 51 ◦ blue 101

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

Shades of Rouge #A63365

Tints of Rouge #A63365

RGB

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

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

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

R = 52.2%
G = 16.04%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63365 (or 0xA63365) is known color: Rouge. HEX triplet: A6, 33 and 65. RGB value is (166,51,101). Sum of RGB (Red+Green+Blue) = 166+51+101=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A63365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63365 is #59CC9A. Grayscale: #5B5B5B. Windows color (decimal): -5885083 or 6632358. OLE color: 6632358.

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

Color convert

RGB 166 51 101 -
CMYK 0 0.69 0.39 0.35
HSL 333.91º 0.53% 0.43% -
HSV(B) 333.91º 0.69% 0.65% -
XYZ 19.26 11.41 13.5 -
YUV 91.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 166 51 101 0 0.69 0.39 0.35 333.91 0.53 0.43
Hex A6 33 65 0 45 27 23 14E 35 2B
Octal 246 63 145 0 105 47 43 516 65 53
Binary 10100110 110011 1100101 0 1000101 100111 100011 101001110 110101 101011

Color Harmonies of #A63365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63365

Black with #A63365

Text Example


Text Example

White with #A63365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63365; }

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

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

background-color css

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

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

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

border-color css

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

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

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