Html Css Color HEX #A64963 Rouge

📋 copy color: '#A64963'

red 166 ◦ green 73 ◦ blue 99

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

Shades of Rouge #A64963

Tints of Rouge #A64963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 49.11%
G = 21.6%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A64963 (or 0xA64963) is known color: Rouge. HEX triplet: A6, 49 and 63. RGB value is (166,73,99). Sum of RGB (Red+Green+Blue) = 166+73+99=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64963 is #59B69C. Grayscale: #676767. Windows color (decimal): -5879453 or 6506918. OLE color: 6506918.

HSL color Cylindrical-coordinate representation of color #A64963: hue angle of 343.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64963 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 99 -
CMYK 0 0.56 0.40 0.35
HSL 343.23º 0.39% 0.47% -
HSV(B) 343.23º 0.56% 0.65% -
XYZ 20.36 13.77 13.39 -
YUV 103.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 166 73 99 0 0.56 0.40 0.35 343.23 0.39 0.47
Hex A6 49 63 0 38 28 23 157 27 2F
Octal 246 111 143 0 70 50 43 527 47 57
Binary 10100110 1001001 1100011 0 111000 101000 100011 101010111 100111 101111

Color Harmonies of #A64963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64963

Black with #A64963

Text Example


Text Example

White with #A64963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64963; }

 p { color: rgb(166,73,99); }

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

background-color css

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

 a { background-color: rgb(166,73,99); }

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

border-color css

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

 span { border-color: rgb(166,73,99); }

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