Html Css Color HEX #A3506D Vin Rouge

📋 copy color: '#A3506D'

red 163 ◦ green 80 ◦ blue 109

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

Shades of Vin Rouge #A3506D

Tints of Vin Rouge #A3506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 46.31%
G = 22.73%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3506D (or 0xA3506D) is known color: Vin Rouge. HEX triplet: A3, 50 and 6D. RGB value is (163,80,109). Sum of RGB (Red+Green+Blue) = 163+80+109=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3506D is #5CAF92. Grayscale: #6C6C6C. Windows color (decimal): -6074259 or 7164067. OLE color: 7164067.

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

Color convert

RGB 163 80 109 -
CMYK 0 0.51 0.33 0.36
HSL 339.04º 0.34% 0.48% -
HSV(B) 339.04º 0.51% 0.64% -
XYZ 20.73 14.63 16.2 -
YUV 108.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 163 80 109 0 0.51 0.33 0.36 339.04 0.34 0.48
Hex A3 50 6D 0 33 21 24 153 22 30
Octal 243 120 155 0 63 41 44 523 42 60
Binary 10100011 1010000 1101101 0 110011 100001 100100 101010011 100010 110000

Color Harmonies of #A3506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3506D

Black with #A3506D

Text Example


Text Example

White with #A3506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3506D; }

 p { color: rgb(163,80,109); }

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

background-color css

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

 a { background-color: rgb(163,80,109); }

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

border-color css

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

 span { border-color: rgb(163,80,109); }

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