Html Css Color HEX #A3586C Vin Rouge

📋 copy color: '#A3586C'

red 163 ◦ green 88 ◦ blue 108

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

Shades of Vin Rouge #A3586C

Tints of Vin Rouge #A3586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 45.4%
G = 24.51%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3586C (or 0xA3586C) is known color: Vin Rouge. HEX triplet: A3, 58 and 6C. RGB value is (163,88,108). Sum of RGB (Red+Green+Blue) = 163+88+108=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3586C is #5CA793. Grayscale: #707070. Windows color (decimal): -6072212 or 7100579. OLE color: 7100579.

HSL color Cylindrical-coordinate representation of color #A3586C: hue angle of 344º 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 #A3586C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 88 108 -
CMYK 0 0.46 0.34 0.36
HSL 344º 0.3% 0.49% -
HSV(B) 344º 0.46% 0.64% -
XYZ 21.3 15.85 16.12 -
YUV 112.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 163 88 108 0 0.46 0.34 0.36 344 0.3 0.49
Hex A3 58 6C 0 2E 22 24 158 1E 31
Octal 243 130 154 0 56 42 44 530 36 61
Binary 10100011 1011000 1101100 0 101110 100010 100100 101011000 11110 110001

Color Harmonies of #A3586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3586C

Black with #A3586C

Text Example


Text Example

White with #A3586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3586C; }

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

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

background-color css

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

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

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

border-color css

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

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

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