Html Css Color HEX #A3586D Vin Rouge

📋 copy color: '#A3586D'

red 163 ◦ green 88 ◦ blue 109

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

Shades of Vin Rouge #A3586D

Tints of Vin Rouge #A3586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 45.28%
G = 24.44%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3586D (or 0xA3586D) is known color: Vin Rouge. HEX triplet: A3, 58 and 6D. RGB value is (163,88,109). Sum of RGB (Red+Green+Blue) = 163+88+109=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3586D is #5CA792. Grayscale: #707070. Windows color (decimal): -6072211 or 7166115. OLE color: 7166115.

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

Color convert

RGB 163 88 109 -
CMYK 0 0.46 0.33 0.36
HSL 343.2º 0.3% 0.49% -
HSV(B) 343.2º 0.46% 0.64% -
XYZ 21.35 15.87 16.41 -
YUV 112.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 163 88 109 0 0.46 0.33 0.36 343.2 0.3 0.49
Hex A3 58 6D 0 2E 21 24 157 1E 31
Octal 243 130 155 0 56 41 44 527 36 61
Binary 10100011 1011000 1101101 0 101110 100001 100100 101010111 11110 110001

Color Harmonies of #A3586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3586D

Black with #A3586D

Text Example


Text Example

White with #A3586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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