Html Css Color HEX #A63560 Rouge

📋 copy color: '#A63560'

red 166 ◦ green 53 ◦ blue 96

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

Shades of Rouge #A63560

Tints of Rouge #A63560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 52.7%
G = 16.83%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63560 (or 0xA63560) is known color: Rouge. HEX triplet: A6, 35 and 60. RGB value is (166,53,96). Sum of RGB (Red+Green+Blue) = 166+53+96=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63560 is #59CA9F. Grayscale: #5B5B5B. Windows color (decimal): -5884576 or 6305190. OLE color: 6305190.

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

Color convert

RGB 166 53 96 -
CMYK 0 0.68 0.42 0.35
HSL 337.17º 0.52% 0.43% -
HSV(B) 337.17º 0.68% 0.65% -
XYZ 19.11 11.5 12.28 -
YUV 91.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 166 53 96 0 0.68 0.42 0.35 337.17 0.52 0.43
Hex A6 35 60 0 44 2A 23 151 34 2B
Octal 246 65 140 0 104 52 43 521 64 53
Binary 10100110 110101 1100000 0 1000100 101010 100011 101010001 110100 101011

Color Harmonies of #A63560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63560

Black with #A63560

Text Example


Text Example

White with #A63560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63560; }

 p { color: rgb(166,53,96); }

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

background-color css

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

 a { background-color: rgb(166,53,96); }

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

border-color css

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

 span { border-color: rgb(166,53,96); }

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