Html Css Color HEX #A35670 Vin Rouge

📋 copy color: '#A35670'

red 163 ◦ green 86 ◦ blue 112

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

Shades of Vin Rouge #A35670

Tints of Vin Rouge #A35670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 45.15%
G = 23.82%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A35670 (or 0xA35670) is known color: Vin Rouge. HEX triplet: A3, 56 and 70. RGB value is (163,86,112). Sum of RGB (Red+Green+Blue) = 163+86+112=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35670 is #5CA98F. Grayscale: #6F6F6F. Windows color (decimal): -6072720 or 7362211. OLE color: 7362211.

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

Color convert

RGB 163 86 112 -
CMYK 0 0.47 0.31 0.36
HSL 339.74º 0.31% 0.49% -
HSV(B) 339.74º 0.47% 0.64% -
XYZ 21.36 15.61 17.22 -
YUV 111.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 163 86 112 0 0.47 0.31 0.36 339.74 0.31 0.49
Hex A3 56 70 0 2F 1F 24 154 1F 31
Octal 243 126 160 0 57 37 44 524 37 61
Binary 10100011 1010110 1110000 0 101111 11111 100100 101010100 11111 110001

Color Harmonies of #A35670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35670

Black with #A35670

Text Example


Text Example

White with #A35670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35670; }

 p { color: rgb(163,86,112); }

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

background-color css

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

 a { background-color: rgb(163,86,112); }

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

border-color css

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

 span { border-color: rgb(163,86,112); }

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