Html Css Color HEX #A63874 Rouge

📋 copy color: '#A63874'

red 166 ◦ green 56 ◦ blue 116

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

Shades of Rouge #A63874

Tints of Rouge #A63874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 49.11%
G = 16.57%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63874 (or 0xA63874) is known color: Rouge. HEX triplet: A6, 38 and 74. RGB value is (166,56,116). Sum of RGB (Red+Green+Blue) = 166+56+116=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A63874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63874 is #59C78B. Grayscale: #5F5F5F. Windows color (decimal): -5883788 or 7616678. OLE color: 7616678.

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

Color convert

RGB 166 56 116 -
CMYK 0 0.66 0.30 0.35
HSL 327.27º 0.5% 0.44% -
HSV(B) 327.27º 0.66% 0.65% -
XYZ 20.29 12.2 17.81 -
YUV 95.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 166 56 116 0 0.66 0.30 0.35 327.27 0.5 0.44
Hex A6 38 74 0 42 1E 23 147 32 2C
Octal 246 70 164 0 102 36 43 507 62 54
Binary 10100110 111000 1110100 0 1000010 11110 100011 101000111 110010 101100

Color Harmonies of #A63874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63874

Black with #A63874

Text Example


Text Example

White with #A63874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63874; }

 p { color: rgb(166,56,116); }

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

background-color css

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

 a { background-color: rgb(166,56,116); }

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

border-color css

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

 span { border-color: rgb(166,56,116); }

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