Html Css Color HEX #A63760 Rouge

📋 copy color: '#A63760'

red 166 ◦ green 55 ◦ blue 96

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

Shades of Rouge #A63760

Tints of Rouge #A63760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 52.37%
G = 17.35%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63760 (or 0xA63760) is known color: Rouge. HEX triplet: A6, 37 and 60. RGB value is (166,55,96). Sum of RGB (Red+Green+Blue) = 166+55+96=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63760 is #59C89F. Grayscale: #5C5C5C. Windows color (decimal): -5884064 or 6305702. OLE color: 6305702.

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

Color convert

RGB 166 55 96 -
CMYK 0 0.67 0.42 0.35
HSL 337.84º 0.5% 0.43% -
HSV(B) 337.84º 0.67% 0.65% -
XYZ 19.2 11.68 12.31 -
YUV 92.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 166 55 96 0 0.67 0.42 0.35 337.84 0.5 0.43
Hex A6 37 60 0 43 2A 23 152 32 2B
Octal 246 67 140 0 103 52 43 522 62 53
Binary 10100110 110111 1100000 0 1000011 101010 100011 101010010 110010 101011

Color Harmonies of #A63760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63760

Black with #A63760

Text Example


Text Example

White with #A63760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63760; }

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

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

background-color css

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

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

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

border-color css

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

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

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