Html Css Color HEX #A3496B Rouge

📋 copy color: '#A3496B'

red 163 ◦ green 73 ◦ blue 107

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

Shades of Rouge #A3496B

Tints of Rouge #A3496B

RGB

 RED value IS 163 (64.06% from 255) = 47.52%

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 47.52%
G = 21.28%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3496B (or 0xA3496B) is known color: Rouge. HEX triplet: A3, 49 and 6B. RGB value is (163,73,107). Sum of RGB (Red+Green+Blue) = 163+73+107=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496B is #5CB694. Grayscale: #676767. Windows color (decimal): -6076053 or 7031203. OLE color: 7031203.

HSL color Cylindrical-coordinate representation of color #A3496B: hue angle of 337.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3496B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 107 -
CMYK 0 0.55 0.34 0.36
HSL 337.33º 0.38% 0.46% -
HSV(B) 337.33º 0.55% 0.64% -
XYZ 20.14 13.61 15.48 -
YUV 103.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 163 73 107 0 0.55 0.34 0.36 337.33 0.38 0.46
Hex A3 49 6B 0 37 22 24 151 26 2E
Octal 243 111 153 0 67 42 44 521 46 56
Binary 10100011 1001001 1101011 0 110111 100010 100100 101010001 100110 101110

Color Harmonies of #A3496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3496B

Black with #A3496B

Text Example


Text Example

White with #A3496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3496B; }

 p { color: rgb(163,73,107); }

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

background-color css

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

 a { background-color: rgb(163,73,107); }

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

border-color css

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

 span { border-color: rgb(163,73,107); }

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