Html Css Color HEX #A35964 Vin Rouge

📋 copy color: '#A35964'

red 163 ◦ green 89 ◦ blue 100

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

Shades of Vin Rouge #A35964

Tints of Vin Rouge #A35964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 46.31%
G = 25.28%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A35964 (or 0xA35964) is known color: Vin Rouge. HEX triplet: A3, 59 and 64. RGB value is (163,89,100). Sum of RGB (Red+Green+Blue) = 163+89+100=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A35964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35964 is #5CA69B. Grayscale: #707070. Windows color (decimal): -6071964 or 6576547. OLE color: 6576547.

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

Color convert

RGB 163 89 100 -
CMYK 0 0.45 0.39 0.36
HSL 351.08º 0.29% 0.49% -
HSV(B) 351.08º 0.45% 0.64% -
XYZ 20.98 15.85 14.01 -
YUV 112.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 163 89 100 0 0.45 0.39 0.36 351.08 0.29 0.49
Hex A3 59 64 0 2D 27 24 15F 1D 31
Octal 243 131 144 0 55 47 44 537 35 61
Binary 10100011 1011001 1100100 0 101101 100111 100100 101011111 11101 110001

Color Harmonies of #A35964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35964

Black with #A35964

Text Example


Text Example

White with #A35964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35964; }

 p { color: rgb(163,89,100); }

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

background-color css

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

 a { background-color: rgb(163,89,100); }

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

border-color css

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

 span { border-color: rgb(163,89,100); }

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