Html Css Color HEX #A63461 Rouge

📋 copy color: '#A63461'

red 166 ◦ green 52 ◦ blue 97

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

Shades of Rouge #A63461

Tints of Rouge #A63461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 52.7%
G = 16.51%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63461 (or 0xA63461) is known color: Rouge. HEX triplet: A6, 34 and 61. RGB value is (166,52,97). Sum of RGB (Red+Green+Blue) = 166+52+97=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63461 is #59CB9E. Grayscale: #5B5B5B. Windows color (decimal): -5884831 or 6370470. OLE color: 6370470.

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

Color convert

RGB 166 52 97 -
CMYK 0 0.69 0.42 0.35
HSL 336.32º 0.52% 0.43% -
HSV(B) 336.32º 0.69% 0.65% -
XYZ 19.11 11.43 12.51 -
YUV 91.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 166 52 97 0 0.69 0.42 0.35 336.32 0.52 0.43
Hex A6 34 61 0 45 2A 23 150 34 2B
Octal 246 64 141 0 105 52 43 520 64 53
Binary 10100110 110100 1100001 0 1000101 101010 100011 101010000 110100 101011

Color Harmonies of #A63461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63461

Black with #A63461

Text Example


Text Example

White with #A63461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63461; }

 p { color: rgb(166,52,97); }

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

background-color css

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

 a { background-color: rgb(166,52,97); }

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

border-color css

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

 span { border-color: rgb(166,52,97); }

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